LLVM API Documentation

Static Public Member Functions
llvm::FoldingSetTrait< SDVTListNode > Struct Template Reference

#include <SelectionDAG.h>

Inheritance diagram for llvm::FoldingSetTrait< SDVTListNode >:
Inheritance graph
[legend]
Collaboration diagram for llvm::FoldingSetTrait< SDVTListNode >:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

template<>
struct llvm::FoldingSetTrait< SDVTListNode >

Definition at line 66 of file SelectionDAG.h.


Member Function Documentation

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.


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