LLVM API Documentation
#include <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) |
Definition at line 211 of file SelectionDAGNodes.h.
| static SDValue llvm::DenseMapInfo< SDValue >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 212 of file SelectionDAGNodes.h.
| static unsigned llvm::DenseMapInfo< SDValue >::getHashValue | ( | const SDValue & | Val | ) | [inline, static] |
Definition at line 222 of file SelectionDAGNodes.h.
References llvm::SDValue::getNode(), and llvm::SDValue::getResNo().
| static SDValue llvm::DenseMapInfo< SDValue >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 217 of file SelectionDAGNodes.h.
| static bool llvm::DenseMapInfo< SDValue >::isEqual | ( | const SDValue & | LHS, |
| const SDValue & | RHS | ||
| ) | [inline, static] |
Definition at line 226 of file SelectionDAGNodes.h.