LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::VTSDNode:
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 |
Definition at line 1287 of file SelectionDAGNodes.h.
llvm::VTSDNode::VTSDNode | ( | MVT::ValueType | VT | ) | [inline, protected] |
Definition at line 1291 of file SelectionDAGNodes.h.
static bool llvm::VTSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1298 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::VALUETYPE.
static bool llvm::VTSDNode::classof | ( | const VTSDNode * | ) | [inline, static] |
Definition at line 1297 of file SelectionDAGNodes.h.
MVT::ValueType llvm::VTSDNode::getVT | ( | ) | const [inline] |
Definition at line 1295 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |