MLIR
20.0.0git
|
Base storage class appearing in a Type. More...
#include "mlir/IR/TypeSupport.h"
Public Member Functions | |
const AbstractType & | getAbstractType () |
Return the abstract type descriptor for this type. More... | |
Protected Member Functions | |
TypeStorage () | |
This constructor is used by derived classes as part of the TypeUniquer. More... | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
BaseStorage ()=default | |
Base storage class appearing in a Type.
Definition at line 166 of file TypeSupport.h.
|
inlineprotected |
This constructor is used by derived classes as part of the TypeUniquer.
Definition at line 179 of file TypeSupport.h.
|
inline |
Return the abstract type descriptor for this type.
Definition at line 172 of file TypeSupport.h.