|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Common between header and implementation generators for operations. More...
Public Member Functions | |
| void | setOperandName (mlir::StringRef name) |
| void | setAttributeName (mlir::StringRef name) |
| void | setResultName (mlir::StringRef name, int resultIndex) |
| void | setRegionName (mlir::StringRef name, unsigned regionIndex) |
Protected Attributes | |
| std::string | operandNameCapitalized |
| std::string | attrNameCapitalized |
| std::string | resultNameCapitalized |
| std::string | regionNameCapitalized |
Common between header and implementation generators for operations.
Definition at line 33 of file OpCAPIGen.cpp.
|
inline |
Definition at line 35 of file OpCAPIGen.cpp.
|
inline |
Definition at line 34 of file OpCAPIGen.cpp.
|
inline |
Definition at line 40 of file OpCAPIGen.cpp.
|
inline |
Definition at line 36 of file OpCAPIGen.cpp.
|
protected |
Definition at line 47 of file OpCAPIGen.cpp.
|
protected |
Definition at line 46 of file OpCAPIGen.cpp.
|
protected |
Definition at line 49 of file OpCAPIGen.cpp.
|
protected |
Definition at line 48 of file OpCAPIGen.cpp.