LLVM  3.7.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< Expression > Struct Template Reference

Static Public Member Functions

static Expression getEmptyKey ()
 
static Expression getTombstoneKey ()
 
static unsigned getHashValue (const Expression e)
 
static bool isEqual (const Expression &LHS, const Expression &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< Expression >

Definition at line 144 of file GVN.cpp.

Member Function Documentation

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

Definition at line 145 of file GVN.cpp.

static unsigned llvm::DenseMapInfo< Expression >::getHashValue ( const Expression  e)
inlinestatic

Definition at line 153 of file GVN.cpp.

References llvm::hash_value().

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

Definition at line 149 of file GVN.cpp.

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

Definition at line 157 of file GVN.cpp.


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