LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< SDValue > Struct Reference

#include "llvm/CodeGen/SelectionDAGNodes.h"

Static Public Member Functions

static SDValue getEmptyKey ()
 
static SDValue getTombstoneKey ()
 
static unsigned getHashValue (const SDValue &Val)
 
static bool isEqual (const SDValue &LHS, const SDValue &RHS)
 

Detailed Description

Definition at line 239 of file SelectionDAGNodes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 240 of file SelectionDAGNodes.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< SDValue >::getHashValue ( const SDValue Val)
inlinestatic

Definition at line 252 of file SelectionDAGNodes.h.

References llvm::SDValue::getNode(), and llvm::SDValue::getResNo().

◆ getTombstoneKey()

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

Definition at line 246 of file SelectionDAGNodes.h.

◆ isEqual()

static bool llvm::DenseMapInfo< SDValue >::isEqual ( const SDValue LHS,
const SDValue RHS 
)
inlinestatic

Definition at line 257 of file SelectionDAGNodes.h.

References LHS, and RHS.


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