Searched refs:combineHashValue (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | DenseMapInfo.h | 39 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(
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | VersionTuple.h | 202 Result = detail::combineHashValue(Result, *Minor); 204 Result = detail::combineHashValue(Result, *Subminor); 206 Result = detail::combineHashValue(Result, *Build);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_dense_map_info.h | 21 static constexpr unsigned combineHashValue(unsigned a, unsigned b) { in combineHashValue() function 270 return detail::combineHashValue(FirstInfo::getHashValue(PairVal.first),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1362 return detail::combineHashValue( 1363 C, detail::combineHashValue(reinterpret_cast<uintptr_t>(Op),
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 91 return detail::combineHashValue(TypeInfo::getHashValue(SecID.Type),
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 118 return detail::combineHashValue( in getHashValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 764 return detail::combineHashValue( in getHashValue() 3395 detail::combineHashValue(PairDMI ::getHashValue({From, To}), in computeHashValue()
|