Lines Matching defs:HashValue
38 Uniques.push_back(E.second.HashValue);
64 uint32_t Bucket = E.second.HashValue % BucketCount;
73 return LHS->HashValue < RHS->HashValue;
255 uint32_t HashValue = Hash->HashValue;
256 if (SkipIdenticalHashes && PrevHash == HashValue)
259 Asm->emitInt32(HashValue);
260 PrevHash = HashValue;
271 uint32_t HashValue = Hash->HashValue;
272 if (SkipIdenticalHashes && PrevHash == HashValue)
274 PrevHash = HashValue;
323 uint32_t HashValue = HD->HashValue;
324 if (PrevHash != HashValue)
326 PrevHash = HashValue;
339 PrevHash != Hash->HashValue)
349 PrevHash = Hash->HashValue;
783 OS << " Hash Value: " << format("0x%x", HashValue) << "\n";