CIRCT  20.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< circt::FVInt, void > Struct Reference

Provide DenseMapInfo for FVInt. More...

#include <FVInt.h>

Static Public Member Functions

static circt::FVInt getEmptyKey ()
 
static circt::FVInt getTombstoneKey ()
 
static unsigned getHashValue (const circt::FVInt &Key)
 
static bool isEqual (const circt::FVInt &LHS, const circt::FVInt &RHS)
 

Detailed Description

Provide DenseMapInfo for FVInt.

Definition at line 691 of file FVInt.h.

Member Function Documentation

◆ getEmptyKey()

static circt::FVInt llvm::DenseMapInfo< circt::FVInt, void >::getEmptyKey ( )
inlinestatic

Definition at line 692 of file FVInt.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< circt::FVInt, void >::getHashValue ( const circt::FVInt Key)
static

◆ getTombstoneKey()

static circt::FVInt llvm::DenseMapInfo< circt::FVInt, void >::getTombstoneKey ( )
inlinestatic

Definition at line 696 of file FVInt.h.

◆ isEqual()

static bool llvm::DenseMapInfo< circt::FVInt, void >::isEqual ( const circt::FVInt LHS,
const circt::FVInt RHS 
)
inlinestatic

Definition at line 702 of file FVInt.h.


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