|
LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
|
Classes | |
| struct | Trait |
Public Member Functions | |
| ::mlir::TypedValue<::llzk::pod::PodType > | getPodRef () |
| Gets the SSA Value for the referenced pod. | |
| ::mlir::OpOperand & | getPodRefMutable () |
| Gets the mutable operand slot holding the SSA Value for the referenced pod. | |
| inline ::llzk::pod::PodType | getPodRefType () |
| Gets the type of the referenced pod. | |
Definition at line 47 of file OpInterfaces.h.inc.
| mlir::TypedValue<::llzk::pod::PodType > llzk::pod::PodRefOpInterface::getPodRef | ( | ) |
Gets the SSA Value for the referenced pod.
Definition at line 26 of file OpInterfaces.cpp.inc.
| mlir::OpOperand & llzk::pod::PodRefOpInterface::getPodRefMutable | ( | ) |
Gets the mutable operand slot holding the SSA Value for the referenced pod.
Definition at line 30 of file OpInterfaces.cpp.inc.
|
inline |
Gets the type of the referenced pod.
Definition at line 58 of file OpInterfaces.h.inc.