CIRCT  20.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< Key > Struct Reference

Static Public Member Functions

static Key getEmptyKey ()
 
static Key getTombstoneKey ()
 
static unsigned getHashValue (const Key &key)
 
static bool isEqual (const Key &lhs, const Key &rhs)
 

Detailed Description

Definition at line 154 of file FindInitialVectors.cpp.

Member Function Documentation

◆ getEmptyKey()

static Key llvm::DenseMapInfo< Key >::getEmptyKey ( )
inlinestatic

Definition at line 155 of file FindInitialVectors.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< Key >::getHashValue ( const Key &  key)
inlinestatic

Definition at line 167 of file FindInitialVectors.cpp.

References circt::hash_value().

◆ getTombstoneKey()

static Key llvm::DenseMapInfo< Key >::getTombstoneKey ( )
inlinestatic

Definition at line 160 of file FindInitialVectors.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< Key >::isEqual ( const Key &  lhs,
const Key &  rhs 
)
inlinestatic

Definition at line 173 of file FindInitialVectors.cpp.


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