LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 139 of file GVN.cpp.

Member Function Documentation

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

Definition at line 140 of file GVN.cpp.

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

Definition at line 148 of file GVN.cpp.

References llvm::hash_value().

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

Definition at line 144 of file GVN.cpp.

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

Definition at line 152 of file GVN.cpp.


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