LLVM 22.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< ComplexValue > Struct Reference

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()

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

Definition at line 131 of file ComplexDeinterleavingPass.cpp.

◆ getHashValue()

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

Definition at line 139 of file ComplexDeinterleavingPass.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 135 of file ComplexDeinterleavingPass.cpp.

◆ isEqual()

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

Definition at line 143 of file ComplexDeinterleavingPass.cpp.

References LHS, and RHS.


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