|
LLVM 23.0.0git
|
#include "llvm/ADT/DenseMapInfo.h"
Static Public Member Functions | |
| static constexpr T * | getEmptyKey () |
| static unsigned | getHashValue (const T *PtrVal) |
| static bool | isEqual (const T *LHS, const T *RHS) |
Static Public Attributes | |
| static constexpr uintptr_t | Log2MaxAlign = 12 |
Definition at line 66 of file DenseMapInfo.h.
|
inlinestaticconstexpr |
Definition at line 73 of file DenseMapInfo.h.
References Log2MaxAlign, and T.
|
inlinestatic |
Definition at line 79 of file DenseMapInfo.h.
References llvm::densemap::detail::mix(), and T.
|
inlinestatic |
Definition at line 83 of file DenseMapInfo.h.
|
staticconstexpr |
Definition at line 71 of file DenseMapInfo.h.
Referenced by getEmptyKey().