|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| PopOpAdaptor (PopOp op) | |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| PopOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| PopOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
| PopOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) | |
| PopOpGenericAdaptor (RangeT values, const PopOpGenericAdaptorBase &base) | |
| template<typename LateInst = PopOp, typename = std::enable_if_t<std::is_same_v<LateInst, PopOp>>> | |
| PopOpGenericAdaptor (RangeT values, LateInst op) | |
| Public Member Functions inherited from llzk::smt::PopOpGenericAdaptor<::mlir::ValueRange > | |
| PopOpGenericAdaptor (::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::PopOpGenericAdaptorBase | |
| PopOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| PopOpGenericAdaptorBase (PopOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::IntegerAttr | getCountAttr () |
| uint32_t | getCount () |
Additional Inherited Members | |
| Protected Attributes inherited from llzk::smt::detail::PopOpGenericAdaptorBase | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
| llzk::smt::PopOpAdaptor::PopOpAdaptor | ( | PopOp | op | ) |
Definition at line 9487 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::LogicalResult llzk::smt::PopOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 9489 of file SMT.cpp.inc.