|
FLANG
|
Abstract base class. More...
#include <flang/Optimizer/Builder/BoxValue.h>
Public Member Functions | |
| AbstractBox (mlir::Value addr) | |
| mlir::Value | getAddr () const |
Protected Attributes | |
| mlir::Value | addr |
Abstract base class.
|
inline |
An abstract box most often contains a memory reference to a value. Despite the name here, it is possible that addr is a scalar value that is not a memory reference.