LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< LoweredPHIRecord > Struct Template 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

template<>
struct llvm::DenseMapInfo< LoweredPHIRecord >

Definition at line 923 of file InstCombinePHI.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 924 of file InstCombinePHI.cpp.

◆ getHashValue()

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

Definition at line 930 of file InstCombinePHI.cpp.

◆ getTombstoneKey()

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

Definition at line 927 of file InstCombinePHI.cpp.

◆ isEqual()

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

Definition at line 934 of file InstCombinePHI.cpp.


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