LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Inheritance diagram for llzk::smt::IntAddOp:
[legend]
Collaboration diagram for llzk::smt::IntAddOp:
[legend]

Public Types

using Adaptor = IntAddOpAdaptor
template<typename RangeT>
using GenericAdaptor = IntAddOpGenericAdaptor<RangeT>
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::Operation::operand_range getODSOperands (unsigned index)
::mlir::Operation::operand_range getInputs ()
::mlir::MutableOperandRange getInputsMutable ()
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::llzk::smt::IntTypegetResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void print (::mlir::OpAsmPrinter &_odsPrinter)
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects)

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::ValueRange inputs)
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
::llvm::LogicalResult inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes)
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)

Detailed Description

Definition at line 6313 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 6317 of file SMT.h.inc.

◆ FoldAdaptor

using llzk::smt::IntAddOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 6320 of file SMT.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::IntAddOp::GenericAdaptor = IntAddOpGenericAdaptor<RangeT>

Definition at line 6319 of file SMT.h.inc.

Member Function Documentation

◆ build() [1/3]

void llzk::smt::IntAddOp::build ( ::mlir::OpBuilder & ,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 7513 of file SMT.cpp.inc.

◆ build() [2/3]

void llzk::smt::IntAddOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::ValueRange inputs )
static

Definition at line 7508 of file SMT.cpp.inc.

◆ build() [3/3]

void llzk::smt::IntAddOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 7520 of file SMT.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::smt::IntAddOp::getAttributeNames ( )
inline

Definition at line 6321 of file SMT.h.inc.

◆ getEffects()

void llzk::smt::IntAddOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & effects)

Definition at line 7598 of file SMT.cpp.inc.

◆ getInputs()

::mlir::Operation::operand_range llzk::smt::IntAddOp::getInputs ( )
inline

Definition at line 6336 of file SMT.h.inc.

◆ getInputsMutable()

mlir::MutableOperandRange llzk::smt::IntAddOp::getInputsMutable ( )

Definition at line 7502 of file SMT.cpp.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::IntAddOp::getODSOperandIndexAndLength ( unsigned index)

Definition at line 7484 of file SMT.cpp.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::smt::IntAddOp::getODSOperands ( unsigned index)
inline

Definition at line 6330 of file SMT.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::IntAddOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 6341 of file SMT.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::smt::IntAddOp::getODSResults ( unsigned index)
inline

Definition at line 6345 of file SMT.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::smt::IntAddOp::getOperationName ( )
inlinestatic

Definition at line 6325 of file SMT.h.inc.

◆ getResult()

::mlir::TypedValue<::llzk::smt::IntType > llzk::smt::IntAddOp::getResult ( )
inline

Definition at line 6351 of file SMT.h.inc.

◆ inferReturnTypes()

llvm::LogicalResult llzk::smt::IntAddOp::inferReturnTypes ( ::mlir::MLIRContext * context,
::std::optional<::mlir::Location > location,
::mlir::ValueRange operands,
::mlir::DictionaryAttr attributes,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions,
::llvm::SmallVectorImpl<::mlir::Type > & inferredReturnTypes )
static

Definition at line 7563 of file SMT.cpp.inc.

◆ parse()

mlir::ParseResult llzk::smt::IntAddOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 7571 of file SMT.cpp.inc.

◆ print()

void llzk::smt::IntAddOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 7591 of file SMT.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::smt::IntAddOp::verifyInvariants ( )

Definition at line 7559 of file SMT.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::smt::IntAddOp::verifyInvariantsImpl ( )

Definition at line 7537 of file SMT.cpp.inc.


The documentation for this class was generated from the following files: