|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Classes | |
| struct | Properties |
Public Member Functions | |
| ExistsOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| ExistsOpGenericAdaptorBase (ExistsOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::IntegerAttr | getWeightAttr () |
| uint32_t | getWeight () |
| ::mlir::UnitAttr | getNoPatternAttr () |
| bool | getNoPattern () |
| ::mlir::ArrayAttr | getBoundVarNamesAttr () |
| ::std::optional< ::mlir::ArrayAttr > | getBoundVarNames () |
| ::mlir::Region & | getBody () |
| ::mlir::RegionRange | getPatterns () |
| ::mlir::RegionRange | getRegions () |
Protected Attributes | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
|
inline |
| llzk::smt::detail::ExistsOpGenericAdaptorBase::ExistsOpGenericAdaptorBase | ( | ExistsOp | op | ) |
Definition at line 5946 of file SMT.cpp.inc.
|
inline |
|
inline |
| std::optional<::mlir::ArrayAttr > llzk::smt::detail::ExistsOpGenericAdaptorBase::getBoundVarNames | ( | ) |
Definition at line 5972 of file SMT.cpp.inc.
|
inline |
| bool llzk::smt::detail::ExistsOpGenericAdaptorBase::getNoPattern | ( | ) |
Definition at line 5965 of file SMT.cpp.inc.
| mlir::UnitAttr llzk::smt::detail::ExistsOpGenericAdaptorBase::getNoPatternAttr | ( | ) |
Definition at line 5958 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
| uint32_t llzk::smt::detail::ExistsOpGenericAdaptorBase::getWeight | ( | ) |
Definition at line 5953 of file SMT.cpp.inc.
| mlir::IntegerAttr llzk::smt::detail::ExistsOpGenericAdaptorBase::getWeightAttr | ( | ) |
Definition at line 5948 of file SMT.cpp.inc.
|
protected |
|
protected |
|
protected |
|
protected |