35#ifndef LLVM_SUPPORT_XXHASH_H
36#define LLVM_SUPPORT_XXHASH_H
This is an optimization pass for GlobalISel generic memory operations.
uint64_t xxh3_64bits(ArrayRef< uint8_t > data)
Inline ArrayRef overloads of the xxhash entry points declared out-of-line in llvm/Support/xxhash....
XXH128_hash_t xxh3_128bits(ArrayRef< uint8_t > 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