Loading [MathJax]/jax/output/HTML-CSS/config.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
llvm::DenseMapInfo< LabelValue > Struct Reference

Static Public Member Functions

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

Detailed Description

Definition at line 144 of file ElaborationPass.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 145 of file ElaborationPass.cpp.

◆ getHashValue()

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

Definition at line 151 of file ElaborationPass.cpp.

References circt::hw::hash_value().

◆ getTombstoneKey()

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

Definition at line 148 of file ElaborationPass.cpp.

◆ isEqual()

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

Definition at line 155 of file ElaborationPass.cpp.


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