LLVM 19.0.0git
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]

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 96 of file SelectionDAG.h.

Constructor & Destructor Documentation

◆ SDVTListNode()

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

Definition at line 112 of file SelectionDAG.h.

Member Function Documentation

◆ getSDVTList()

SDVTList llvm::SDVTListNode::getSDVTList ( )
inline

Definition at line 117 of file SelectionDAG.h.

Friends And Related Function Documentation

◆ FoldingSetTrait< SDVTListNode >

friend struct FoldingSetTrait< SDVTListNode >
friend

Definition at line 212 of file SelectionDAG.h.


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