My Project
|
Public Types | |
using | KeyTy = Type |
Public Member Functions | |
bool | operator== (const KeyTy &key) const |
RuntimeArrayTypeStorage (const KeyTy &key) | |
![]() | |
Dialect & | getDialect () |
Get the dialect that this type is registered to. More... | |
unsigned | getSubclassData () const |
Get the subclass data. More... | |
void | setSubclassData (unsigned val) |
Set the subclass data. More... | |
![]() | |
unsigned | getKind () const |
Get the kind classification of this storage. More... | |
Static Public Member Functions | |
static RuntimeArrayTypeStorage * | construct (TypeStorageAllocator &allocator, const KeyTy &key) |
Public Attributes | |
Type | elementType |
Additional Inherited Members | |
![]() | |
TypeStorage (unsigned subclassData=0) | |
![]() | |
BaseStorage () | |
|
inline |
|
inlinestatic |
|
inline |
Type mlir::spirv::detail::RuntimeArrayTypeStorage::elementType |