LLVM 22.0.0git
llvm::DenseMapInfo< CallValue > Struct Reference
Inheritance diagram for llvm::DenseMapInfo< CallValue >:
[legend]

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 514 of file EarlyCSE.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 515 of file EarlyCSE.cpp.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 519 of file EarlyCSE.cpp.

◆ isEqual()

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

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