Loading [MathJax]/extensions/tex2jax.js
CIRCT 21.0.0git
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< circt::llhd::deseq::FixedValues > Struct Reference

#include <DeseqUtils.h>

Public Types

using FixedValue = circt::llhd::deseq::FixedValue
 
using FixedValues = circt::llhd::deseq::FixedValues
 

Static Public Member Functions

static FixedValues getEmptyKey ()
 
static FixedValues getTombstoneKey ()
 
static unsigned getHashValue (const FixedValues &key)
 
static bool isEqual (const FixedValues &a, const FixedValues &b)
 

Detailed Description

Definition at line 293 of file DeseqUtils.h.

Member Typedef Documentation

◆ FixedValue

Definition at line 294 of file DeseqUtils.h.

◆ FixedValues

Definition at line 295 of file DeseqUtils.h.

Member Function Documentation

◆ getEmptyKey()

static FixedValues llvm::DenseMapInfo< circt::llhd::deseq::FixedValues >::getEmptyKey ( )
inlinestatic

Definition at line 296 of file DeseqUtils.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< circt::llhd::deseq::FixedValues >::getHashValue ( const FixedValues key)
inlinestatic

Definition at line 302 of file DeseqUtils.h.

◆ getTombstoneKey()

static FixedValues llvm::DenseMapInfo< circt::llhd::deseq::FixedValues >::getTombstoneKey ( )
inlinestatic

Definition at line 299 of file DeseqUtils.h.

◆ isEqual()

static bool llvm::DenseMapInfo< circt::llhd::deseq::FixedValues >::isEqual ( const FixedValues a,
const FixedValues b 
)
inlinestatic

Definition at line 305 of file DeseqUtils.h.


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