|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = Int2BVOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = Int2BVOpGenericAdaptor<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::smt::IntType > | getInput () |
| ::mlir::OpOperand & | getInputMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::llzk::smt::BitVectorType > | getResult () |
| ::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::Value input) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input) |
| 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::Int2BVOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::Int2BVOp::GenericAdaptor = Int2BVOpGenericAdaptor<RangeT> |
|
static |
Definition at line 7267 of file SMT.cpp.inc.
|
static |
Definition at line 7256 of file SMT.cpp.inc.
|
static |
Definition at line 7261 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::Int2BVOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 7338 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 7301 of file SMT.cpp.inc.
| void llzk::smt::Int2BVOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 7328 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::Int2BVOp::verifyInvariants | ( | ) |
Definition at line 7297 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::Int2BVOp::verifyInvariantsImpl | ( | ) |
Definition at line 7275 of file SMT.cpp.inc.