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