CIRCT  19.0.0git
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 406 of file FIRRTLTypes.h.

Member Typedef Documentation

◆ FIRRTLType

Definition at line 407 of file FIRRTLTypes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 408 of file FIRRTLTypes.h.

◆ getHashValue()

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

Definition at line 416 of file FIRRTLTypes.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 412 of file FIRRTLTypes.h.

◆ isEqual()

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

Definition at line 417 of file FIRRTLTypes.h.


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