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