|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = BVAddOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = BVAddOpGenericAdaptor<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::BitVectorType > | getLhs () |
| ::mlir::TypedValue<::llzk::smt::BitVectorType > | getRhs () |
| ::mlir::OpOperand & | getLhsMutable () |
| ::mlir::OpOperand & | getRhsMutable () |
| 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 lhs, ::mlir::Value rhs) |
| 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={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::llvm::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::smt::BVAddOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::BVAddOp::GenericAdaptor = BVAddOpGenericAdaptor<RangeT> |
|
static |
Definition at line 1901 of file SMT.cpp.inc.
|
static |
Definition at line 1872 of file SMT.cpp.inc.
|
static |
Definition at line 1894 of file SMT.cpp.inc.
|
static |
Definition at line 1878 of file SMT.cpp.inc.
|
static |
Definition at line 1909 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::BVAddOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 2019 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 1959 of file SMT.cpp.inc.
|
static |
Definition at line 1969 of file SMT.cpp.inc.
| void llzk::smt::BVAddOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 2006 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::BVAddOp::verifyInvariants | ( | ) |
Definition at line 1955 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::BVAddOp::verifyInvariantsImpl | ( | ) |
Definition at line 1927 of file SMT.cpp.inc.