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

#include "llvm/ADT/DenseMapInfo.h"

Static Public Member Functions

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

Detailed Description

Definition at line 164 of file DenseMapInfo.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 165 of file DenseMapInfo.h.

◆ getHashValue()

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

Definition at line 167 of file DenseMapInfo.h.

◆ getTombstoneKey()

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

Definition at line 166 of file DenseMapInfo.h.

◆ isEqual()

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

Definition at line 168 of file DenseMapInfo.h.

References LHS, and RHS.


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