LLVM: llvm::DenseMapInfo< GEPValue > Struct Reference (original) (raw)

Inheritance diagram for llvm::DenseMapInfo< GEPValue >:

[legend]

Static Public Member Functions
static GEPValue getEmptyKey ()
static GEPValue getTombstoneKey ()
static unsigned getHashValue (const GEPValue &Val)
static bool isEqual (const GEPValue &LHS, const GEPValue &RHS)

Detailed Description

Definition at line 575 of file EarlyCSE.cpp.

Member Function Documentation

getEmptyKey()

GEPValue llvm::DenseMapInfo< GEPValue >::getEmptyKey ( ) inlinestatic

Definition at line 576 of file EarlyCSE.cpp.

getHashValue()

unsigned llvm::DenseMapInfo< GEPValue >::getHashValue ( const GEPValue & Val) static

getTombstoneKey()

GEPValue llvm::DenseMapInfo< GEPValue >::getTombstoneKey ( ) inlinestatic

Definition at line 580 of file EarlyCSE.cpp.

isEqual()

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

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