|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = XOrOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = XOrOpGenericAdaptor<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::XOrOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::XOrOp::GenericAdaptor = XOrOpGenericAdaptor<RangeT> |
|
static |
Definition at line 10672 of file SMT.cpp.inc.
|
static |
Definition at line 10667 of file SMT.cpp.inc.
|
static |
Definition at line 10679 of file SMT.cpp.inc.
|
static |
Definition at line 10662 of file SMT.cpp.inc.
|
inline |
| void llzk::smt::XOrOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 10757 of file SMT.cpp.inc.
|
inline |
| mlir::MutableOperandRange llzk::smt::XOrOp::getInputsMutable | ( | ) |
Definition at line 10656 of file SMT.cpp.inc.
| std::pair< unsigned, unsigned > llzk::smt::XOrOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 10638 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 10722 of file SMT.cpp.inc.
|
static |
Definition at line 10730 of file SMT.cpp.inc.
| void llzk::smt::XOrOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 10750 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::XOrOp::verifyInvariants | ( | ) |
Definition at line 10718 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::XOrOp::verifyInvariantsImpl | ( | ) |
Definition at line 10696 of file SMT.cpp.inc.