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

Static Public Member Functions

static SmallVector< Value > getEmptyKey ()
 
static SmallVector< Value > getTombstoneKey ()
 
static unsigned getHashValue (const SmallVector< Value > &inputs)
 
static bool isEqual (const SmallVector< Value > &lhs, const SmallVector< Value > &rhs)
 

Detailed Description

Definition at line 721 of file ArcCanonicalizer.cpp.

Member Function Documentation

◆ getEmptyKey()

static SmallVector<Value> llvm::DenseMapInfo< SmallVector< Value > >::getEmptyKey ( )
inlinestatic

Definition at line 722 of file ArcCanonicalizer.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< SmallVector< Value > >::getHashValue ( const SmallVector< Value > &  inputs)
inlinestatic

Definition at line 730 of file ArcCanonicalizer.cpp.

References llvm::hashValue().

◆ getTombstoneKey()

static SmallVector<Value> llvm::DenseMapInfo< SmallVector< Value > >::getTombstoneKey ( )
inlinestatic

Definition at line 726 of file ArcCanonicalizer.cpp.

◆ isEqual()

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

Definition at line 734 of file ArcCanonicalizer.cpp.


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