My Project
|
A lookup key for derived instances of storage objects. More...
Public Attributes | |
unsigned | kind |
The known derived kind for the storage. More... | |
unsigned | hashValue |
The known hash value of the key. More... | |
function_ref< bool(const BaseStorage *)> | isEqual |
An equality function for comparing with an existing storage instance. More... | |
A lookup key for derived instances of storage objects.
unsigned mlir::detail::StorageUniquerImpl::LookupKey::hashValue |
The known hash value of the key.
function_ref<bool(const BaseStorage *)> mlir::detail::StorageUniquerImpl::LookupKey::isEqual |
An equality function for comparing with an existing storage instance.
unsigned mlir::detail::StorageUniquerImpl::LookupKey::kind |
The known derived kind for the storage.