LLVM 19.0.0git
Static Public Member Functions | Static Public Attributes | List of all members
llvm::DenseMapInfo< T * > Struct Template Reference

#include "llvm/ADT/DenseMapInfo.h"

Inheritance diagram for llvm::DenseMapInfo< T * >:
Inheritance graph
[legend]

Static Public Member Functions

static TgetEmptyKey ()
 
static TgetTombstoneKey ()
 
static unsigned getHashValue (const T *PtrVal)
 
static bool isEqual (const T *LHS, const T *RHS)
 

Static Public Attributes

static constexpr uintptr_t Log2MaxAlign = 12
 

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< T * >

Definition at line 63 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static T * llvm::DenseMapInfo< T * >::getEmptyKey ( )
inlinestatic

Definition at line 70 of file DenseMapInfo.h.

◆ getHashValue()

template<typename T >
static unsigned llvm::DenseMapInfo< T * >::getHashValue ( const T PtrVal)
inlinestatic

Definition at line 82 of file DenseMapInfo.h.

◆ getTombstoneKey()

template<typename T >
static T * llvm::DenseMapInfo< T * >::getTombstoneKey ( )
inlinestatic

Definition at line 76 of file DenseMapInfo.h.

◆ isEqual()

template<typename T >
static bool llvm::DenseMapInfo< T * >::isEqual ( const T LHS,
const T RHS 
)
inlinestatic

Definition at line 87 of file DenseMapInfo.h.

References LHS, and RHS.

Member Data Documentation

◆ Log2MaxAlign

template<typename T >
constexpr uintptr_t llvm::DenseMapInfo< T * >::Log2MaxAlign = 12
staticconstexpr

Definition at line 68 of file DenseMapInfo.h.


The documentation for this struct was generated from the following file: