38#ifndef LLVM_SUPPORT_XXHASH_H
39#define LLVM_SUPPORT_XXHASH_H
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
StringRef - Represent a constant reference to a string, i.e.
constexpr size_t size() const
size - Get the string size.
const unsigned char * bytes_begin() const
This is an optimization pass for GlobalISel generic memory operations.
uint64_t xxh3_64bits(ArrayRef< uint8_t > data)
XXH128_hash_t xxh3_128bits(ArrayRef< uint8_t > data)
XXH3's 128-bit variant.
uint64_t xxHash64(llvm::StringRef Data)
The return value from 128-bit hashes.
bool operator==(const XXH128_hash_t rhs) const
Convenience equality check operator.
uint64_t low64
value & 0xFFFFFFFFFFFFFFFF
uint64_t high64
value >> 64