|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = EmitContainmentOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = EmitContainmentOpGenericAdaptor<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::TypedValue<::llzk::array::ArrayType > | getLhs () |
| ::mlir::TypedValue<::mlir::Type > | getRhs () |
| ::mlir::OpOperand & | getLhsMutable () |
| ::mlir::OpOperand & | getRhsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::constrain::EmitContainmentOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::constrain::EmitContainmentOp::GenericAdaptor = EmitContainmentOpGenericAdaptor<RangeT> |
|
static |
Definition at line 86 of file Ops.cpp.inc.
|
static |
Definition at line 79 of file Ops.cpp.inc.
|
static |
Definition at line 74 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
static |
Definition at line 119 of file Ops.cpp.inc.
| void llzk::constrain::EmitContainmentOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 170 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::constrain::EmitContainmentOp::verifyInvariants | ( | ) |
Definition at line 113 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::constrain::EmitContainmentOp::verifyInvariantsImpl | ( | ) |
Definition at line 94 of file Ops.cpp.inc.
| LogicalResult llzk::constrain::EmitContainmentOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |