Home
last modified time | relevance | path

Searched defs:StorageKeyInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Support/
DStorageUniquer.cpp50 struct StorageKeyInfo : DenseMapInfo<HashedStorage> { struct in __anonb14bee2a0111::ParametricStorageUniquer
51 static HashedStorage getEmptyKey() { in getEmptyKey()
54 static HashedStorage getTombstoneKey() { in getTombstoneKey()
58 static unsigned getHashValue(const HashedStorage &key) { in getHashValue()
61 static unsigned getHashValue(LookupKey key) { return key.hashValue; } in getHashValue()
63 static bool isEqual(const HashedStorage &lhs, const HashedStorage &rhs) { in isEqual()
66 static bool isEqual(const LookupKey &lhs, const HashedStorage &rhs) { in isEqual()