LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< Expression > Struct Template Reference

List of all members.

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 142 of file GVN.cpp.


Member Function Documentation

static Expression llvm::DenseMapInfo< Expression >::getEmptyKey ( ) [inline, static]

Definition at line 143 of file GVN.cpp.

static unsigned llvm::DenseMapInfo< Expression >::getHashValue ( const Expression  e) [inline, static]

Definition at line 151 of file GVN.cpp.

References llvm::hash_value().

static Expression llvm::DenseMapInfo< Expression >::getTombstoneKey ( ) [inline, static]

Definition at line 147 of file GVN.cpp.

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

Definition at line 155 of file GVN.cpp.


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