|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Classes | |
| struct | Properties |
Public Member Functions | |
| ApplyMapOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| ApplyMapOpGenericAdaptorBase (ApplyMapOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::AffineMapAttr | getMapAttr () |
| ::mlir::AffineMap | getMap () |
| ::mlir::IntegerAttr | getNumDimsAttr () |
| ::llvm::APInt | getNumDims () |
Protected Attributes | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
|
inline |
| llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::ApplyMapOpGenericAdaptorBase | ( | ApplyMapOp | op | ) |
Definition at line 163 of file Ops.cpp.inc.
|
inline |
| mlir::AffineMap llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getMap | ( | ) |
Definition at line 183 of file Ops.cpp.inc.
|
inline |
| llvm::APInt llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getNumDims | ( | ) |
Definition at line 188 of file Ops.cpp.inc.
|
inline |
| std::pair< unsigned, unsigned > llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getODSOperandIndexAndLength | ( | unsigned | index, |
| unsigned | odsOperandsSize ) |
Definition at line 165 of file Ops.cpp.inc.
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |