|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = UnifiableCastOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = UnifiableCastOpGenericAdaptor<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::Type > | getInput () |
| ::mlir::OpOperand & | getInputMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::Type > | getResult () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| 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::polymorphic::UnifiableCastOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::polymorphic::UnifiableCastOp::GenericAdaptor = UnifiableCastOpGenericAdaptor<RangeT> |
|
static |
Definition at line 1493 of file Ops.cpp.inc.
|
static |
Definition at line 1482 of file Ops.cpp.inc.
|
static |
Definition at line 1487 of file Ops.cpp.inc.
|
inline |
| void llzk::polymorphic::UnifiableCastOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 1568 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 1529 of file Ops.cpp.inc.
| void llzk::polymorphic::UnifiableCastOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1558 of file Ops.cpp.inc.
| LogicalResult llzk::polymorphic::UnifiableCastOp::verify | ( | ) |
| llvm::LogicalResult llzk::polymorphic::UnifiableCastOp::verifyInvariants | ( | ) |
Definition at line 1523 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::polymorphic::UnifiableCastOp::verifyInvariantsImpl | ( | ) |
Definition at line 1501 of file Ops.cpp.inc.