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.
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI uint64_t xxh3_64bits(ArrayRef< uint8_t > data)
LLVM_ABI XXH128_hash_t xxh3_128bits(ArrayRef< uint8_t > data)
XXH3's 128-bit variant.
FunctionAddr VTableAddr uintptr_t uintptr_t Data
ArrayRef(const T &OneElt) -> ArrayRef< T >
LLVM_ABI 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