LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
EVT | getVT () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
VTSDNode - This class is used to represent EVT's, which are used to parameterize some operations.
Definition at line 1800 of file SelectionDAGNodes.h.
static bool llvm::VTSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1811 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::VALUETYPE.
EVT llvm::VTSDNode::getVT | ( | ) | const [inline] |
Definition at line 1809 of file SelectionDAGNodes.h.
Referenced by checkValueWidth().
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1802 of file SelectionDAGNodes.h.