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

References

include/llvm/ADT/Hashing.h
  200   return hash_16_bytes(len + (a << 3), seed ^ fetch32(s + len - 4));
  206   return hash_16_bytes(seed ^ a, rotate(b + len, len)) ^ b;
  214   return hash_16_bytes(rotate(a - b, 43) + rotate(c ^ seed, 30) + d,
  267       0, seed, hash_16_bytes(seed, k1), rotate(seed ^ k1, 49),
  269     state.h6 = hash_16_bytes(state.h4, state.h5);
  307     return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
  307     return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
  308                          hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  621   return hash_16_bytes(seed + (a << 3), fetch32(s + 4));
lib/Transforms/Utils/FunctionComparator.cpp
  901      Hash = hashing::detail::hash_16_bytes(Hash, V);