Computes a hash code for x.
Synopsis
Declared in <llvm/ADT/DynamicAPInt.h>
hash_code
hash_value(DynamicAPInt const& x);
Return Value
Hash code for x.
Parameters
Name |
Description |
x |
Value to hash. |
Created with MrDocs