|
My Project
|
Integer Type Storage and Uniquing. More...
#include <TypeDetail.h>


Public Types | |
| using | KeyTy = unsigned |
| The hash key used for uniquing. More... | |
Public Member Functions | |
| IntegerTypeStorage (unsigned width) | |
| bool | operator== (const KeyTy &key) const |
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 IntegerTypeStorage * | construct (TypeStorageAllocator &allocator, KeyTy bitwidth) |
Public Attributes | |
| unsigned | width |
Additional Inherited Members | |
Protected Member Functions inherited from mlir::TypeStorage | |
| TypeStorage (unsigned subclassData=0) | |
Protected Member Functions inherited from mlir::StorageUniquer::BaseStorage | |
| BaseStorage () | |
Integer Type Storage and Uniquing.
| using mlir::detail::IntegerTypeStorage::KeyTy = unsigned |
The hash key used for uniquing.
|
inline |
|
inlinestatic |
|
inline |
| unsigned mlir::detail::IntegerTypeStorage::width |
1.8.13