CIRCT  18.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 403 of file FIRRTLTypes.h.

Member Typedef Documentation

◆ FIRRTLType

Definition at line 404 of file FIRRTLTypes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 405 of file FIRRTLTypes.h.

◆ getHashValue()

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

Definition at line 413 of file FIRRTLTypes.h.

References mlir::hash_value().

◆ getTombstoneKey()

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

Definition at line 409 of file FIRRTLTypes.h.

◆ isEqual()

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

Definition at line 414 of file FIRRTLTypes.h.


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