LLVM API Documentation

llvm::VTSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::VTSDNode:

Inheritance graph
[legend]
Collaboration diagram for llvm::VTSDNode:

Collaboration graph
[legend]
List of all members.

Public Member Functions

MVT::ValueType getVT () const

Static Public Member Functions

static bool classof (const VTSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 VTSDNode (MVT::ValueType VT)

Friends

class SelectionDAG

Detailed Description

VTSDNode - This class is used to represent MVT::ValueType's, which are used to parameterize some operations.

Definition at line 1328 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::VTSDNode::VTSDNode ( MVT::ValueType  VT  )  [inline, protected]

Definition at line 1332 of file SelectionDAGNodes.h.


Member Function Documentation

MVT::ValueType llvm::VTSDNode::getVT (  )  const [inline]

Definition at line 1336 of file SelectionDAGNodes.h.

static bool llvm::VTSDNode::classof ( const VTSDNode  )  [inline, static]

Definition at line 1338 of file SelectionDAGNodes.h.

static bool llvm::VTSDNode::classof ( const SDNode N  )  [inline, static]

Reimplemented from llvm::SDNode.

Definition at line 1339 of file SelectionDAGNodes.h.

References llvm::SDNode::getOpcode(), and llvm::ISD::VALUETYPE.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1331 of file SelectionDAGNodes.h.


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