LLVM 22.0.0git
llvm::DenseMapInfo< SDValue > Struct Reference

#include "llvm/CodeGen/SelectionDAGNodes.h"

Inheritance diagram for llvm::DenseMapInfo< SDValue >:
[legend]

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 241 of file SelectionDAGNodes.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 242 of file SelectionDAGNodes.h.

◆ getHashValue()

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

Definition at line 254 of file SelectionDAGNodes.h.

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

◆ getTombstoneKey()

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

Definition at line 248 of file SelectionDAGNodes.h.

◆ isEqual()

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

Definition at line 259 of file SelectionDAGNodes.h.

References LHS, and RHS.


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