|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| StructDefOpAdaptor (StructDefOp op) | |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| StructDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| StructDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
| StructDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr) | |
| StructDefOpGenericAdaptor (RangeT values, const StructDefOpGenericAdaptorBase &base) | |
| template<typename LateInst = StructDefOp, typename = std::enable_if_t<std::is_same_v<LateInst, StructDefOp>>> | |
| StructDefOpGenericAdaptor (RangeT values, LateInst op) | |
| Public Member Functions inherited from llzk::component::StructDefOpGenericAdaptor<::mlir::ValueRange > | |
| StructDefOpGenericAdaptor (::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::component::detail::StructDefOpGenericAdaptorBase | |
| StructDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| StructDefOpGenericAdaptorBase (StructDefOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::StringAttr | getSymNameAttr () |
| ::llvm::StringRef | getSymName () |
| ::mlir::Region & | getBodyRegion () |
| ::mlir::RegionRange | getRegions () |
Additional Inherited Members | |
| Protected Attributes inherited from llzk::component::detail::StructDefOpGenericAdaptorBase | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
| llzk::component::StructDefOpAdaptor::StructDefOpAdaptor | ( | StructDefOp | op | ) |
Definition at line 1527 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::LogicalResult llzk::component::StructDefOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 1529 of file Ops.cpp.inc.