|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = OrOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = OrOpGenericAdaptor<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::BoolType > | 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::Value lhs, mlir::Value rhs) |
| 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::OrOp::Adaptor = OrOpAdaptor |
| using llzk::smt::OrOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::OrOp::GenericAdaptor = OrOpGenericAdaptor<RangeT> |
|
static |
Definition at line 9379 of file SMT.cpp.inc.
|
static |
Definition at line 9374 of file SMT.cpp.inc.
|
static |
Definition at line 9386 of file SMT.cpp.inc.
|
static |
Definition at line 9369 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::OrOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 9464 of file SMT.cpp.inc.
|
inline |
| mlir::MutableOperandRange llzk::smt::OrOp::getInputsMutable | ( | ) |
Definition at line 9363 of file SMT.cpp.inc.
| std::pair< unsigned, unsigned > llzk::smt::OrOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 9345 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 9429 of file SMT.cpp.inc.
|
static |
Definition at line 9437 of file SMT.cpp.inc.
| void llzk::smt::OrOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 9457 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::OrOp::verifyInvariants | ( | ) |
Definition at line 9425 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::OrOp::verifyInvariantsImpl | ( | ) |
Definition at line 9403 of file SMT.cpp.inc.