ΒΆinline llvm::hash_code hash_integer_value(
    uint64_t value)

Description

Helper to hash the value of a single integer. Overloads for smaller integer types are not provided to ensure consistent behavior in the presence of integral promotions. Essentially, "hash_value('4')" and "hash_value('0' + 4)" should be the same.

Declared at: llvm/include/llvm/ADT/Hashing.h:621

Parameters

uint64_t value