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

Static Public Member Functions

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

Detailed Description

template<>
struct llvm::DenseMapInfo< SimpleValue >

Definition at line 75 of file EarlyCSE.cpp.

Member Function Documentation

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

Definition at line 76 of file EarlyCSE.cpp.

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

Definition at line 79 of file EarlyCSE.cpp.

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

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