llvm::hash_value

Overload to compute a hash_code for an APInt value.

Synopsis

Declared in <llvm/ADT/APInt.h>

hash_code
hash_value(APInt const& Arg);

Return Value

Hash code for Arg.

Parameters

NameDescription
ArgValue to hash