LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::array::ArrayRefOpInterface Class Reference
Inheritance diagram for llzk::array::ArrayRefOpInterface:
[legend]
Collaboration diagram for llzk::array::ArrayRefOpInterface:
[legend]

Classes

struct  Trait
 

Public Member Functions

::mlir::TypedValue<::llzk::array::ArrayTypegetArrRef ()
 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.
 

Detailed Description

Definition at line 46 of file OpInterfaces.h.inc.

Member Function Documentation

◆ getArrRef()

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.

◆ getArrRefMutable()

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.

◆ getArrRefType()

inline ::llzk::array::ArrayType llzk::array::ArrayRefOpInterface::getArrRefType ( )
inline

Gets the type of the referenced array.

Definition at line 57 of file OpInterfaces.h.inc.


The documentation for this class was generated from the following files: