LLVM  8.0.1
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 141 of file GVN.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 142 of file GVN.cpp.

◆ getHashValue()

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

Definition at line 145 of file GVN.cpp.

References llvm::hash_value().

◆ getTombstoneKey()

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

Definition at line 143 of file GVN.cpp.

◆ isEqual()

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

Definition at line 151 of file GVN.cpp.


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