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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

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

Detailed Description

Definition at line 183 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 184 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 190 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 188 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 194 of file DenseMapInfo.h.

References LHS, and RHS.


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