LLVM API Documentation
#include <SelectionDAG.h>
Static Public Member Functions | |
static void | Profile (const SDVTListNode &X, FoldingSetNodeID &ID) |
static bool | Equals (const SDVTListNode &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) |
static unsigned | ComputeHash (const SDVTListNode &X, FoldingSetNodeID &TempID) |
Definition at line 66 of file SelectionDAG.h.
static unsigned llvm::FoldingSetTrait< SDVTListNode >::ComputeHash | ( | const SDVTListNode & | X, |
FoldingSetNodeID & | TempID | ||
) | [inline, static] |
Definition at line 76 of file SelectionDAG.h.
static bool llvm::FoldingSetTrait< SDVTListNode >::Equals | ( | const SDVTListNode & | X, |
const FoldingSetNodeID & | ID, | ||
unsigned | IDHash, | ||
FoldingSetNodeID & | TempID | ||
) | [inline, static] |
Definition at line 70 of file SelectionDAG.h.
static void llvm::FoldingSetTrait< SDVTListNode >::Profile | ( | const SDVTListNode & | X, |
FoldingSetNodeID & | ID | ||
) | [inline, static] |
Reimplemented from llvm::DefaultFoldingSetTrait< SDVTListNode >.
Definition at line 67 of file SelectionDAG.h.