11 return getImpl()->getRecordNameAttr(getImpl(), getOperation());
15 return getImpl()->isRead(getImpl(), getOperation());
19 return getImpl()->implPodRefOpInterface->getPodRef(getImpl()->implPodRefOpInterface, getOperation());
23 return getImpl()->implPodRefOpInterface->getPodRefMutable(getImpl()->implPodRefOpInterface, getOperation());
27 return getImpl()->getPodRef(getImpl(), getOperation());
31 return getImpl()->getPodRefMutable(getImpl(), getOperation());
::mlir::FlatSymbolRefAttr getRecordNameAttr()
Gets the record name attribute from the pod access op.
::mlir::OpOperand & getPodRefMutable()
Gets the mutable operand slot holding the SSA Value for the referenced pod.
::mlir::TypedValue<::llzk::pod::PodType > getPodRef()
Gets the SSA Value for the referenced pod.
bool isRead()
Return true if the op is a read, false if it's a write.
::mlir::OpOperand & getPodRefMutable()
Gets the mutable operand slot holding the SSA Value for the referenced pod.
::mlir::TypedValue<::llzk::pod::PodType > getPodRef()
Gets the SSA Value for the referenced pod.