Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:HashValue

39     Uniques.push_back(E.second.HashValue);
76 uint32_t Bucket = E.second.HashValue % BucketCount;
86 return LHS->HashValue < RHS->HashValue;
254 uint32_t HashValue = Hash->HashValue;
255 if (SkipIdenticalHashes && PrevHash == HashValue)
258 Asm->emitInt32(HashValue);
259 PrevHash = HashValue;
270 uint32_t HashValue = Hash->HashValue;
271 if (SkipIdenticalHashes && PrevHash == HashValue)
273 PrevHash = HashValue;
322 uint32_t HashValue = HD->HashValue;
323 if (PrevHash != HashValue)
325 PrevHash = HashValue;
338 PrevHash != Hash->HashValue)
348 PrevHash = Hash->HashValue;
660 OS << " Hash Value: " << format("0x%x", HashValue) << "\n";