LLVM  3.7.0
Public Member Functions | Friends | List of all members
llvm::SDVTListNode Class Reference

#include <SelectionDAG.h>

Inheritance diagram for llvm::SDVTListNode:
[legend]
Collaboration diagram for llvm::SDVTListNode:
[legend]

Public Member Functions

 SDVTListNode (const FoldingSetNodeIDRef ID, const EVT *VT, unsigned int Num)
 
SDVTList getSDVTList ()
 
- Public Member Functions inherited from llvm::FoldingSetImpl::Node
 Node ()
 
void * getNextInBucket () const
 
void SetNextInBucket (void *N)
 

Friends

struct FoldingSetTrait< SDVTListNode >
 

Detailed Description

Definition at line 42 of file SelectionDAG.h.

Constructor & Destructor Documentation

llvm::SDVTListNode::SDVTListNode ( const FoldingSetNodeIDRef  ID,
const EVT VT,
unsigned int  Num 
)
inline

Definition at line 56 of file SelectionDAG.h.

References llvm::FoldingSetNodeIDRef::ComputeHash().

Member Function Documentation

SDVTList llvm::SDVTListNode::getSDVTList ( )
inline

Definition at line 60 of file SelectionDAG.h.

Referenced by llvm::SelectionDAG::getVTList().

Friends And Related Function Documentation

friend struct FoldingSetTrait< SDVTListNode >
friend

Definition at line 43 of file SelectionDAG.h.


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