struct SDVTList

Declaration

struct SDVTList { /* full declaration omitted */ };

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(...).

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:79

Member Variables

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