LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llzk::pod::PodRefOpInterface Class Reference
Inheritance diagram for llzk::pod::PodRefOpInterface:
[legend]
Collaboration diagram for llzk::pod::PodRefOpInterface:
[legend]

Classes

struct  Trait

Public Member Functions

::mlir::TypedValue<::llzk::pod::PodTypegetPodRef ()
 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.

Detailed Description

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

Member Function Documentation

◆ getPodRef()

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.

◆ getPodRefMutable()

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.

◆ getPodRefType()

inline ::llzk::pod::PodType llzk::pod::PodRefOpInterface::getPodRefType ( )
inline

Gets the type of the referenced pod.

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


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