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

Static Public Member Functions

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

Detailed Description

Definition at line 590 of file EarlyCSE.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 591 of file EarlyCSE.cpp.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 595 of file EarlyCSE.cpp.

◆ isEqual()

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

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