|
My Project
|
A type representing a collection of other types. More...
#include <TypeDetail.h>


Public Types | |
| using | KeyTy = ArrayRef< Type > |
Public Member Functions | |
| TupleTypeStorage (unsigned numTypes) | |
| bool | operator== (const KeyTy &key) const |
| unsigned | size () const |
| Return the number of held types. More... | |
| ArrayRef< Type > | getTypes () const |
| Return the held types. More... | |
Public Member Functions inherited from mlir::TypeStorage | |
| 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... | |
Public Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| unsigned | getKind () const |
| Get the kind classification of this storage. More... | |
Static Public Member Functions | |
| static TupleTypeStorage * | construct (TypeStorageAllocator &allocator, ArrayRef< Type > key) |
| Construction. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::TypeStorage | |
| TypeStorage (unsigned subclassData=0) | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage () | |
A type representing a collection of other types.
|
inline |
|
inlinestatic |
Construction.
|
inline |
|
inline |
Return the number of held types.
1.8.13