LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< unsigned long > Struct Reference

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

static unsigned long getEmptyKey ()
 
static unsigned long getTombstoneKey ()
 
static unsigned getHashValue (const unsigned long &Val)
 
static bool isEqual (const unsigned long &LHS, const unsigned long &RHS)
 

Detailed Description

Definition at line 135 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

static unsigned long llvm::DenseMapInfo< unsigned long >::getEmptyKey ( )
inlinestatic

Definition at line 136 of file DenseMapInfo.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< unsigned long >::getHashValue ( const unsigned long &  Val)
inlinestatic

Definition at line 139 of file DenseMapInfo.h.

◆ getTombstoneKey()

static unsigned long llvm::DenseMapInfo< unsigned long >::getTombstoneKey ( )
inlinestatic

Definition at line 137 of file DenseMapInfo.h.

◆ isEqual()

static bool llvm::DenseMapInfo< unsigned long >::isEqual ( const unsigned long &  LHS,
const unsigned long &  RHS 
)
inlinestatic

Definition at line 143 of file DenseMapInfo.h.

References LHS, and RHS.


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