Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
DDenseMapInfo.h30 static inline unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function
233 return detail::combineHashValue(FirstInfo::getHashValue(PairVal.first),
259 return detail::combineHashValue(
313 return detail::combineHashValue(
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DVersionTuple.h204 Result = detail::combineHashValue(Result, *Minor);
206 Result = detail::combineHashValue(Result, *Subminor);
208 Result = detail::combineHashValue(Result, *Build);
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_dense_map_info.h21 static constexpr unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function
270 return detail::combineHashValue(FirstInfo::getHashValue(PairVal.first),
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DScalarEvolution.h1332 Hash = detail::combineHashValue(Hash, Bits[I]);
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCAsmPrinter.cpp103 return detail::combineHashValue( in getHashValue()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp703 return detail::combineHashValue( in getHashValue()