11 return getImpl()->getVal(getImpl(), getOperation());
15 return getImpl()->getComponent(getImpl(), getOperation());
19 return getImpl()->getFieldName(getImpl(), getOperation());
23 return getImpl()->getFieldNameAttr(getImpl(), getOperation());
27 return getImpl()->getStructType(getImpl(), getOperation());
31 return getImpl()->isRead(getImpl(), getOperation());
::llzk::component::StructType getStructType()
Gets the struct type of the target component.
bool isRead()
Return true if the op is a read, false if it's a write.
::llvm::StringRef getFieldName()
Gets the field name attribute value from the FieldRefOp.
::mlir::FlatSymbolRefAttr getFieldNameAttr()
Gets the field name attribute from the FieldRefOp.
::mlir::Value getVal()
Gets the SSA Value that holds the read/write data for the FieldRefOp.
::mlir::TypedValue<::llzk::component::StructType > getComponent()
Gets the SSA value with the target component from the FieldRefOp.