|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| DeclareFunOpAdaptor (DeclareFunOp op) | |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| DeclareFunOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| DeclareFunOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
| DeclareFunOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) | |
| DeclareFunOpGenericAdaptor (RangeT values, const DeclareFunOpGenericAdaptorBase &base) | |
| template<typename LateInst = DeclareFunOp, typename = std::enable_if_t<std::is_same_v<LateInst, DeclareFunOp>>> | |
| DeclareFunOpGenericAdaptor (RangeT values, LateInst op) | |
| Public Member Functions inherited from llzk::smt::DeclareFunOpGenericAdaptor<::mlir::ValueRange > | |
| DeclareFunOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::ValueRange | getODSOperands (unsigned index) |
| ::mlir::ValueRange | getOperands () |
| Public Member Functions inherited from llzk::smt::detail::DeclareFunOpGenericAdaptorBase | |
| DeclareFunOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| DeclareFunOpGenericAdaptorBase (DeclareFunOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::StringAttr | getNamePrefixAttr () |
| ::std::optional< ::llvm::StringRef > | getNamePrefix () |
Additional Inherited Members | |
| Protected Attributes inherited from llzk::smt::detail::DeclareFunOpGenericAdaptorBase | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
| llzk::smt::DeclareFunOpAdaptor::DeclareFunOpAdaptor | ( | DeclareFunOp | op | ) |
Definition at line 5448 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::LogicalResult llzk::smt::DeclareFunOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 5450 of file SMT.cpp.inc.