CIRCT  19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< InternedSlot< T > > Struct Template Reference

Public Types

using Slot = InternedSlot< T >
 

Static Public Member Functions

static Slot getEmptyKey ()
 
static Slot getTombstoneKey ()
 
static unsigned getHashValue (Slot val)
 
static bool isEqual (Slot LHS, Slot RHS)
 

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< InternedSlot< T > >

Definition at line 2329 of file InferWidths.cpp.

Member Typedef Documentation

◆ Slot

template<typename T >
using llvm::DenseMapInfo< InternedSlot< T > >::Slot = InternedSlot<T>

Definition at line 2330 of file InferWidths.cpp.

Member Function Documentation

◆ getEmptyKey()

template<typename T >
static Slot llvm::DenseMapInfo< InternedSlot< T > >::getEmptyKey ( )
inlinestatic

Definition at line 2331 of file InferWidths.cpp.

◆ getHashValue()

template<typename T >
static unsigned llvm::DenseMapInfo< InternedSlot< T > >::getHashValue ( Slot  val)
inlinestatic

Definition at line 2339 of file InferWidths.cpp.

References mlir::hash_value().

◆ getTombstoneKey()

template<typename T >
static Slot llvm::DenseMapInfo< InternedSlot< T > >::getTombstoneKey ( )
inlinestatic

Definition at line 2335 of file InferWidths.cpp.

◆ isEqual()

template<typename T >
static bool llvm::DenseMapInfo< InternedSlot< T > >::isEqual ( Slot  LHS,
Slot  RHS 
)
inlinestatic

Definition at line 2340 of file InferWidths.cpp.

References empty.


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