Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Support/
H A DStorageUniquer.cpp31 struct LookupKey { struct in __anon242314e60111::ParametricStorageUniquer
33 unsigned hashValue;
36 function_ref<bool(const BaseStorage *)> isEqual;
/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h220 insert_as(const ValueT & V,const LookupKeyT & LookupKey) insert_as() argument
224 insert_as(ValueT && V,const LookupKeyT & LookupKey) insert_as() argument
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h315 auto LookupKey = Traits.storageKeyToLookupKey(Buckets[I].first); in grow() local