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

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< GVN::Expression >

Definition at line 105 of file GVN.cpp.

Member Function Documentation

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

Definition at line 106 of file GVN.cpp.

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

Definition at line 110 of file GVN.cpp.

References llvm::hash_value().

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

Definition at line 108 of file GVN.cpp.

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

Definition at line 114 of file GVN.cpp.


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