CIRCT 22.0.0git
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
llvm::DenseMapInfo< StructuralHashKey > Struct Reference

Static Public Member Functions

static StructuralHashKey getEmptyKey ()
 
static StructuralHashKey getTombstoneKey ()
 
static unsigned getHashValue (const StructuralHashKey &key)
 
static bool isEqual (const StructuralHashKey &lhs, const StructuralHashKey &rhs)
 

Detailed Description

Definition at line 61 of file StructuralHash.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 62 of file StructuralHash.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< StructuralHashKey >::getHashValue ( const StructuralHashKey key)
inlinestatic

◆ getTombstoneKey()

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

Definition at line 67 of file StructuralHash.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< StructuralHashKey >::isEqual ( const StructuralHashKey lhs,
const StructuralHashKey rhs 
)
inlinestatic

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