Home
last modified time | relevance | path

Searched defs:makeHash (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTrieRawHashMap.h211 static HashT makeHash(ArrayRef<uint8_t> HashRef) { in makeHash() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp554 auto makeHash = [](const DbgVariableRecord *D) -> DbgHash { in rotateLoop() local