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

#include "llvm/CodeGen/SelectionDAG.h"

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

Public Member Functions

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

Friends

struct FoldingSetTrait< SDVTListNode >
 

Detailed Description

Definition at line 85 of file SelectionDAG.h.

Constructor & Destructor Documentation

◆ SDVTListNode()

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

Definition at line 101 of file SelectionDAG.h.

References llvm::FoldingSetNodeIDRef::ComputeHash().

Member Function Documentation

◆ getSDVTList()

SDVTList llvm::SDVTListNode::getSDVTList ( )
inline

Definition at line 106 of file SelectionDAG.h.

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

Friends And Related Function Documentation

◆ FoldingSetTrait< SDVTListNode >

friend struct FoldingSetTrait< SDVTListNode >
friend

Definition at line 86 of file SelectionDAG.h.


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