LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::JumpTableSDNode:
Public Member Functions | |
int | getIndex () const |
Static Public Member Functions | |
static bool | classof (const JumpTableSDNode *) |
static bool | classof (const SDNode *N) |
Protected Member Functions | |
JumpTableSDNode (int jti, MVT::ValueType VT, bool isTarg) | |
Friends | |
class | SelectionDAG |
Definition at line 1191 of file SelectionDAGNodes.h.
llvm::JumpTableSDNode::JumpTableSDNode | ( | int | jti, | |
MVT::ValueType | VT, | |||
bool | isTarg | |||
) | [inline, protected] |
Definition at line 1195 of file SelectionDAGNodes.h.
int llvm::JumpTableSDNode::getIndex | ( | ) | const [inline] |
static bool llvm::JumpTableSDNode::classof | ( | const JumpTableSDNode * | ) | [inline, static] |
Definition at line 1202 of file SelectionDAGNodes.h.
static bool llvm::JumpTableSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1203 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), llvm::ISD::JumpTable, and llvm::ISD::TargetJumpTable.
friend class SelectionDAG [friend] |