LLVM 22.0.0git
llvm::DenseMapInfo< ComplexValue > Struct Reference
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 130 of file ComplexDeinterleavingPass.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 131 of file ComplexDeinterleavingPass.cpp.

◆ getHashValue()

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

Definition at line 139 of file ComplexDeinterleavingPass.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 135 of file ComplexDeinterleavingPass.cpp.

◆ isEqual()

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

Definition at line 143 of file ComplexDeinterleavingPass.cpp.


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