CIRCT 21.0.0git
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< circt::firrtl::FIRRTLType > Struct Reference

#include <FIRRTLTypes.h>

Public Types

using FIRRTLType = circt::firrtl::FIRRTLType
 

Static Public Member Functions

static FIRRTLType getEmptyKey ()
 
static FIRRTLType getTombstoneKey ()
 
static unsigned getHashValue (FIRRTLType val)
 
static bool isEqual (FIRRTLType LHS, FIRRTLType RHS)
 

Detailed Description

Definition at line 408 of file FIRRTLTypes.h.

Member Typedef Documentation

◆ FIRRTLType

Definition at line 409 of file FIRRTLTypes.h.

Member Function Documentation

◆ getEmptyKey()

static FIRRTLType llvm::DenseMapInfo< circt::firrtl::FIRRTLType >::getEmptyKey ( )
inlinestatic

Definition at line 410 of file FIRRTLTypes.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< circt::firrtl::FIRRTLType >::getHashValue ( FIRRTLType  val)
inlinestatic

Definition at line 418 of file FIRRTLTypes.h.

References mlir::hash_value().

◆ getTombstoneKey()

static FIRRTLType llvm::DenseMapInfo< circt::firrtl::FIRRTLType >::getTombstoneKey ( )
inlinestatic

Definition at line 414 of file FIRRTLTypes.h.

◆ isEqual()

static bool llvm::DenseMapInfo< circt::firrtl::FIRRTLType >::isEqual ( FIRRTLType  LHS,
FIRRTLType  RHS 
)
inlinestatic

Definition at line 419 of file FIRRTLTypes.h.


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