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< CallValue > Struct Template Reference

Static Public Member Functions

static CallValue getEmptyKey ()
 
static CallValue getTombstoneKey ()
 
static unsigned getHashValue (CallValue Val)
 
static bool isEqual (CallValue LHS, CallValue RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< CallValue >

Definition at line 218 of file EarlyCSE.cpp.

Member Function Documentation

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

Definition at line 219 of file EarlyCSE.cpp.

static unsigned llvm::DenseMapInfo< CallValue >::getHashValue ( CallValue  Val)
static
static CallValue llvm::DenseMapInfo< CallValue >::getTombstoneKey ( )
inlinestatic

Definition at line 222 of file EarlyCSE.cpp.

static bool llvm::DenseMapInfo< CallValue >::isEqual ( CallValue  LHS,
CallValue  RHS 
)
static

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