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

Static Public Member Functions

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

Detailed Description

Definition at line 1070 of file InstCombinePHI.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1071 of file InstCombinePHI.cpp.

◆ getHashValue()

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

Definition at line 1077 of file InstCombinePHI.cpp.

◆ getTombstoneKey()

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

Definition at line 1074 of file InstCombinePHI.cpp.

◆ isEqual()

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

Definition at line 1081 of file InstCombinePHI.cpp.

References LHS, and RHS.


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