|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = DecreasesOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = DecreasesOpGenericAdaptor<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::felt::FeltType > | getValue () |
| ::mlir::OpOperand & | getValueMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
| 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 value) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value value) |
| 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::verif::DecreasesOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::verif::DecreasesOp::GenericAdaptor = DecreasesOpGenericAdaptor<RangeT> |
|
static |
Definition at line 797 of file Ops.cpp.inc.
|
static |
Definition at line 791 of file Ops.cpp.inc.
|
static |
Definition at line 787 of file Ops.cpp.inc.
|
inline |
| void llzk::verif::DecreasesOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 850 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
static |
Definition at line 822 of file Ops.cpp.inc.
| void llzk::verif::DecreasesOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 841 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::verif::DecreasesOp::verifyInvariants | ( | ) |
Definition at line 818 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::verif::DecreasesOp::verifyInvariantsImpl | ( | ) |
Definition at line 805 of file Ops.cpp.inc.