#include <DenseMapInfo.h>
Static Public Member Functions | |
static long | getEmptyKey () |
static long | getTombstoneKey () |
static unsigned | getHashValue (const long &Val) |
static bool | isEqual (const long &LHS, const long &RHS) |
static long llvm::DenseMapInfo< long >::getEmptyKey | ( | ) | [inline, static] |
static unsigned llvm::DenseMapInfo< long >::getHashValue | ( | const long & | Val | ) | [inline, static] |
static long llvm::DenseMapInfo< long >::getTombstoneKey | ( | ) | [inline, static] |
static bool llvm::DenseMapInfo< long >::isEqual | ( | const long & | LHS, | |
const long & | RHS | |||
) | [inline, static] |