|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = IntMulOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = IntMulOpGenericAdaptor<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::TypedValue<::llzk::smt::IntType > | 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::ValueRange inputs) |
| 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::IntMulOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::IntMulOp::GenericAdaptor = IntMulOpGenericAdaptor<RangeT> |
|
static |
Definition at line 8597 of file SMT.cpp.inc.
|
static |
Definition at line 8592 of file SMT.cpp.inc.
|
static |
Definition at line 8604 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::IntMulOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 8682 of file SMT.cpp.inc.
|
inline |
| mlir::MutableOperandRange llzk::smt::IntMulOp::getInputsMutable | ( | ) |
Definition at line 8586 of file SMT.cpp.inc.
| std::pair< unsigned, unsigned > llzk::smt::IntMulOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 8568 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 8647 of file SMT.cpp.inc.
|
static |
Definition at line 8655 of file SMT.cpp.inc.
| void llzk::smt::IntMulOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 8675 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::IntMulOp::verifyInvariants | ( | ) |
Definition at line 8643 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::IntMulOp::verifyInvariantsImpl | ( | ) |
Definition at line 8621 of file SMT.cpp.inc.