Searched refs:PairVal (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDenseMapInfo.h147 static unsigned getHashValue(const Pair& PairVal) { argument
148 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
149 | (uint64_t)SecondInfo::getHashValue(PairVal.second);
H A DPointerUnion.h497 static unsigned getHashValue(const Pair &PairVal) { argument
498 intptr_t key = (intptr_t)PairVal.getOpaqueValue();

Completed in 48 milliseconds