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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

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

Detailed Description

Definition at line 149 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 150 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 153 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 151 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 157 of file DenseMapInfo.h.

References LHS, and RHS.


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