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

Inheritance diagram for llvm::DenseMapInfo< ComplexValue >:

[legend]

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

Detailed Description

Definition at line 129 of file ComplexDeinterleavingPass.cpp.

Member Function Documentation

getEmptyKey()

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

Definition at line 130 of file ComplexDeinterleavingPass.cpp.

getHashValue()

unsigned llvm::DenseMapInfo< ComplexValue >::getHashValue ( const ComplexValue & Val) inlinestatic

Definition at line 138 of file ComplexDeinterleavingPass.cpp.

References llvm::hash_combine().

getTombstoneKey()

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

Definition at line 134 of file ComplexDeinterleavingPass.cpp.

isEqual()

bool llvm::DenseMapInfo< ComplexValue >::isEqual ( const ComplexValue & LHS, const ComplexValue & RHS ) inlinestatic

Definition at line 142 of file ComplexDeinterleavingPass.cpp.


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