|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = VerifAssertOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = VerifAssertOpGenericAdaptor<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<::mlir::IntegerType > | getCondition () |
| ::mlir::OpOperand & | getConditionMutable () |
| 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 condition) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value condition) |
| 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::VerifAssertOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::verif::VerifAssertOp::GenericAdaptor = VerifAssertOpGenericAdaptor<RangeT> |
|
static |
Definition at line 2604 of file Ops.cpp.inc.
|
static |
Definition at line 2598 of file Ops.cpp.inc.
|
static |
Definition at line 2594 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
| void llzk::verif::VerifAssertOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 2657 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 2629 of file Ops.cpp.inc.
| void llzk::verif::VerifAssertOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 2648 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::verif::VerifAssertOp::verifyInvariants | ( | ) |
Definition at line 2625 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::verif::VerifAssertOp::verifyInvariantsImpl | ( | ) |
Definition at line 2612 of file Ops.cpp.inc.