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

Static Public Member Functions

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

Detailed Description

Definition at line 159 of file EarlyCSE.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 160 of file EarlyCSE.cpp.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 164 of file EarlyCSE.cpp.

◆ isEqual()

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

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