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

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1073 of file InstCombinePHI.cpp.

◆ getHashValue()

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

Definition at line 1079 of file InstCombinePHI.cpp.

◆ getTombstoneKey()

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

Definition at line 1076 of file InstCombinePHI.cpp.

◆ isEqual()

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

Definition at line 1083 of file InstCombinePHI.cpp.


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