CIRCT  19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< circt::moore::Range > Struct Reference

#include <MooreTypes.h>

Public Types

using Range = circt::moore::Range
 

Static Public Member Functions

static Range getEmptyKey ()
 
static Range getTombstoneKey ()
 
static unsigned getHashValue (const Range &x)
 
static bool isEqual (const Range &lhs, const Range &rhs)
 

Detailed Description

Definition at line 1246 of file MooreTypes.h.

Member Typedef Documentation

◆ Range

using llvm::DenseMapInfo< circt::moore::Range >::Range = circt::moore::Range

Definition at line 1247 of file MooreTypes.h.

Member Function Documentation

◆ getEmptyKey()

static Range llvm::DenseMapInfo< circt::moore::Range >::getEmptyKey ( )
inlinestatic

Definition at line 1248 of file MooreTypes.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< circt::moore::Range >::getHashValue ( const Range x)
inlinestatic

Definition at line 1250 of file MooreTypes.h.

References circt::moore::hash_value().

◆ getTombstoneKey()

static Range llvm::DenseMapInfo< circt::moore::Range >::getTombstoneKey ( )
inlinestatic

Definition at line 1249 of file MooreTypes.h.

◆ isEqual()

static bool llvm::DenseMapInfo< circt::moore::Range >::isEqual ( const Range lhs,
const Range rhs 
)
inlinestatic

Definition at line 1253 of file MooreTypes.h.


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