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

Static Public Member Functions

static CallValue getEmptyKey ()
 
static CallValue getTombstoneKey ()
 
static unsigned getHashValue (CallValue Val)
 
static bool isEqual (CallValue LHS, CallValue RHS)
 

Detailed Description

Definition at line 519 of file EarlyCSE.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 520 of file EarlyCSE.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< CallValue >::getHashValue ( CallValue  Val)
static

◆ getTombstoneKey()

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

Definition at line 524 of file EarlyCSE.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< CallValue >::isEqual ( CallValue  LHS,
CallValue  RHS 
)
static

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