|
LLZK 0.1.0
Veridise's ZK Language IR
|
Classes | |
| struct | Trait |
Public Member Functions | |
| ::mlir::TypedValue<::llzk::array::ArrayType > | getArrRef () |
| Gets the SSA Value for the referenced array. | |
| ::mlir::OpOperand & | getArrRefMutable () |
| Gets the mutable operand slot holding the SSA Value for the referenced array. | |
| inline ::llzk::array::ArrayType | getArrRefType () |
| Gets the type of the referenced array. | |
Definition at line 47 of file OpInterfaces.h.inc.
| mlir::TypedValue<::llzk::array::ArrayType > llzk::array::ArrayRefOpInterface::getArrRef | ( | ) |
Gets the SSA Value for the referenced array.
Definition at line 30 of file OpInterfaces.cpp.inc.
| mlir::OpOperand & llzk::array::ArrayRefOpInterface::getArrRefMutable | ( | ) |
Gets the mutable operand slot holding the SSA Value for the referenced array.
Definition at line 34 of file OpInterfaces.cpp.inc.
|
inline |
Gets the type of the referenced array.
Definition at line 58 of file OpInterfaces.h.inc.