LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::SDVTList Struct Reference

#include <SelectionDAGNodes.h>

Collaboration diagram for llvm::SDVTList:
Collaboration graph
[legend]

Public Attributes

const EVTVTs
 
unsigned int NumVTs
 

Detailed Description

SDVTList - 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 57 of file SelectionDAGNodes.h.

Member Data Documentation

unsigned int llvm::SDVTList::NumVTs
const EVT* llvm::SDVTList::VTs

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