Home
last modified time | relevance | path

Searched refs:combineHashValue (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DDenseMapInfo.h39 inline unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function
237 return detail::combineHashValue(FirstInfo::getHashValue(PairVal.first),
245 return detail::combineHashValue(FirstInfo::getHashValue(First),
271 return detail::combineHashValue(
/llvm-project/llvm/include/llvm/Support/
H A DVersionTuple.h202 Result = detail::combineHashValue(Result, *Minor);
204 Result = detail::combineHashValue(Result, *Subminor);
206 Result = detail::combineHashValue(Result, *Build);
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map_info.h21 static constexpr unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function
270 return detail::combineHashValue(FirstInfo::getHashValue(PairVal.first),
/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1388 return detail::combineHashValue(
1389 C, detail::combineHashValue(reinterpret_cast<uintptr_t>(Op),
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h92 return detail::combineHashValue(TypeInfo::getHashValue(SecID.Type),
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp118 return detail::combineHashValue( in getHashValue()
/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp764 return detail::combineHashValue( in getHashValue()
3437 detail::combineHashValue(PairDMI ::getHashValue({From, To}), in isEqual()