|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ExistsOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ExistsOpGenericAdaptor<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::array::ArrayType > | getSort () |
| ::mlir::OpOperand & | getSortMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::IntegerType > | getResult () |
| ::mlir::Region & | getRegion () |
| void | print (::mlir::OpAsmPrinter &p) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| 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 sort) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value sort) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value sort) |
| 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={}) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| ::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) |
| using llzk::boolean::ExistsOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::boolean::ExistsOp::GenericAdaptor = ExistsOpGenericAdaptor<RangeT> |
|
static |
Definition at line 159 of file Ops.cpp.inc.
|
static |
Definition at line 130 of file Ops.cpp.inc.
|
static |
Definition at line 152 of file Ops.cpp.inc.
|
static |
Definition at line 136 of file Ops.cpp.inc.
|
static |
Definition at line 169 of file Ops.cpp.inc.
|
inline |
| void llzk::boolean::ExistsOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 232 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 224 of file Ops.cpp.inc.
|
static |
| void llzk::boolean::ExistsOp::print | ( | ::mlir::OpAsmPrinter & | p | ) |
| llvm::LogicalResult llzk::boolean::ExistsOp::verifyInvariants | ( | ) |
Definition at line 218 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::boolean::ExistsOp::verifyInvariantsImpl | ( | ) |
Definition at line 189 of file Ops.cpp.inc.