CIRCT 23.0.0git
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
llvm::DenseMapInfo< OperandKey > Struct Reference

Static Public Member Functions

static OperandKey getEmptyKey ()
 
static OperandKey getTombstoneKey ()
 
static unsigned getHashValue (const OperandKey &val)
 
static bool isEqual (const OperandKey &lhs, const OperandKey &rhs)
 

Detailed Description

Definition at line 110 of file LowerVariadic.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 111 of file LowerVariadic.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< OperandKey >::getHashValue ( const OperandKey val)
inlinestatic

Definition at line 121 of file LowerVariadic.cpp.

◆ getTombstoneKey()

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

Definition at line 116 of file LowerVariadic.cpp.

◆ isEqual()

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

Definition at line 132 of file LowerVariadic.cpp.


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