reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/Hashing.h
  290     h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
  290     h0 = rotate(h0 + h1 + h3 + fetch64(s + 8), 37) * k1;
  292     h0 ^= h6;
  296     h4 = h0 + h5;
  301     std::swap(h2, h0);
  308                          hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);