|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = SolverOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = SolverOpGenericAdaptor<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::Operation::result_range | getResults () |
| ::mlir::Region & | getBodyRegion () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verifyRegions () |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| 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::smt::SolverOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::SolverOp::GenericAdaptor = SolverOpGenericAdaptor<RangeT> |
|
static |
Definition at line 10497 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
| mlir::MutableOperandRange llzk::smt::SolverOp::getInputsMutable | ( | ) |
Definition at line 10473 of file SMT.cpp.inc.
| std::pair< unsigned, unsigned > llzk::smt::SolverOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 10455 of file SMT.cpp.inc.
|
inline |
| std::pair< unsigned, unsigned > llzk::smt::SolverOp::getODSResultIndexAndLength | ( | unsigned | index | ) |
Definition at line 10479 of file SMT.cpp.inc.
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 10538 of file SMT.cpp.inc.
| void llzk::smt::SolverOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 10578 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SolverOp::verifyInvariants | ( | ) |
Definition at line 10534 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SolverOp::verifyInvariantsImpl | ( | ) |
Definition at line 10505 of file SMT.cpp.inc.
| LogicalResult SolverOp::verifyRegions | ( | ) |
Definition at line 152 of file SMTOps.cpp.