Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMapInfo.h31 static inline unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function
229 return detail::combineHashValue(FirstInfo::getHashValue(PairVal.first),
255 return detail::combineHashValue(
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp97 return detail::combineHashValue( in getHashValue()