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

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 1074 of file InstCombinePHI.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1075 of file InstCombinePHI.cpp.

◆ getHashValue()

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

Definition at line 1081 of file InstCombinePHI.cpp.

◆ getTombstoneKey()

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

Definition at line 1078 of file InstCombinePHI.cpp.

◆ isEqual()

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

Definition at line 1085 of file InstCombinePHI.cpp.


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