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

#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)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< SDValue >

Definition at line 205 of file SelectionDAGNodes.h.

Member Function Documentation

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

Definition at line 206 of file SelectionDAGNodes.h.

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

Definition at line 218 of file SelectionDAGNodes.h.

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

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

Definition at line 212 of file SelectionDAGNodes.h.

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

Definition at line 223 of file SelectionDAGNodes.h.


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