LLVM 22.0.0git
llvm::SDVTListNode Class Reference

#include "llvm/CodeGen/SelectionDAG.h"

Inheritance 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::FoldingSetBase::Node
 Node ()=default
void * getNextInBucket () const
void SetNextInBucket (void *N)

Friends

struct FoldingSetTrait< SDVTListNode >

Detailed Description

Definition at line 100 of file SelectionDAG.h.

Constructor & Destructor Documentation

◆ SDVTListNode()

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

Definition at line 116 of file SelectionDAG.h.

Member Function Documentation

◆ getSDVTList()

SDVTList llvm::SDVTListNode::getSDVTList ( )
inline

Definition at line 121 of file SelectionDAG.h.

◆ FoldingSetTrait< SDVTListNode >

friend struct FoldingSetTrait< SDVTListNode >
friend

Definition at line 216 of file SelectionDAG.h.

References LLVM_ABI.


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