LLVM: llvm::DenseMapInfo< SDValue > Struct Reference (original) (raw)

#include "[llvm/CodeGen/SelectionDAGNodes.h](SelectionDAGNodes%5F8h%5Fsource.html)"

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: