LLVM 19.0.0git
Public Attributes | List of all members
llvm::SDVTList Struct Reference

This represents a list of ValueType's that has been intern'd by a SelectionDAG. More...

#include "llvm/CodeGen/SelectionDAGNodes.h"

Public Attributes

const EVTVTs
 
unsigned int NumVTs
 

Detailed Description

This represents a list of ValueType's that has been intern'd by a SelectionDAG.

Instances of this simple value class are returned by SelectionDAG::getVTList(...).

Definition at line 79 of file SelectionDAGNodes.h.

Member Data Documentation

◆ NumVTs

unsigned int llvm::SDVTList::NumVTs

◆ VTs

const EVT* llvm::SDVTList::VTs

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