Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DTypeSize.h427 unsigned HashVal = EltCnt.getKnownMinValue() * 37U;
429 return (HashVal - 1U);
431 return HashVal;
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h64 mutable hash_code HashVal = 0; variable
95 if (static_cast<unsigned>(HashVal) == 0) in getComputedHash()
96 HashVal = getHashValue(); in getComputedHash()
97 return HashVal; in getComputedHash()