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

#include "llvm/ADT/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)
 

Detailed Description

Definition at line 172 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

static int llvm::DenseMapInfo< int >::getEmptyKey ( )
inlinestatic

Definition at line 173 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 175 of file DenseMapInfo.h.

◆ getTombstoneKey()

static int llvm::DenseMapInfo< int >::getTombstoneKey ( )
inlinestatic

Definition at line 174 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 177 of file DenseMapInfo.h.

References LHS, and RHS.


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