llvm::XXH128_hash_t

The return value from 128-bit hashes.

Synopsis

Declared in <llvm/Support/xxhash.h>

struct XXH128_hash_t;

Description

Stored in little endian order, although the fields themselves are in native endianness.

Member Functions

NameDescription
operator== Convenience equality check operator.

Data Members

NameDescription
high64 value >> 64
low64 value & 0xFFFFFFFFFFFFFFFF

Non-Member Functions

NameDescription
xxh3_128bitsXXH3's 128-bit variant. Inline ArrayRef overload lives in llvm/ADT/ArrayRef.h.
xxh3_128bitsCompute the XXH3 128-bit hash of the bytes in data.