Searched refs:HashVal (Results 1 – 2 of 2) sorted by relevance
427 unsigned HashVal = EltCnt.getKnownMinValue() * 37U;429 return (HashVal - 1U);431 return HashVal;
64 mutable hash_code HashVal = 0; variable95 if (static_cast<unsigned>(HashVal) == 0) in getComputedHash()96 HashVal = getHashValue(); in getComputedHash()97 return HashVal; in getComputedHash()