LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< LoweredPHIRecord > Struct Template Reference

List of all members.

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


Member Function Documentation

static LoweredPHIRecord llvm::DenseMapInfo< LoweredPHIRecord >::getEmptyKey ( ) [inline, static]

Definition at line 591 of file InstCombinePHI.cpp.

static unsigned llvm::DenseMapInfo< LoweredPHIRecord >::getHashValue ( const LoweredPHIRecord &  Val) [inline, static]

Definition at line 597 of file InstCombinePHI.cpp.

static LoweredPHIRecord llvm::DenseMapInfo< LoweredPHIRecord >::getTombstoneKey ( ) [inline, static]

Definition at line 594 of file InstCombinePHI.cpp.

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

Definition at line 601 of file InstCombinePHI.cpp.


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