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

Static Public Member Functions

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

Detailed Description

Definition at line 159 of file ElaborationPass.cpp.

Member Function Documentation

◆ getEmptyKey()

static unsigned llvm::DenseMapInfo< bool >::getEmptyKey ( )
inlinestatic

Definition at line 160 of file ElaborationPass.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< bool >::getHashValue ( const bool &  val)
inlinestatic

Definition at line 162 of file ElaborationPass.cpp.

◆ getTombstoneKey()

static unsigned llvm::DenseMapInfo< bool >::getTombstoneKey ( )
inlinestatic

Definition at line 161 of file ElaborationPass.cpp.

◆ isEqual()

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

Definition at line 164 of file ElaborationPass.cpp.


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