LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
int | getIndex () const |
unsigned char | getTargetFlags () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1473 of file SelectionDAGNodes.h.
static bool llvm::JumpTableSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1486 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), llvm::ISD::JumpTable, and llvm::ISD::TargetJumpTable.
int llvm::JumpTableSDNode::getIndex | ( | ) | const [inline] |
Definition at line 1483 of file SelectionDAGNodes.h.
Referenced by llvm::HexagonTargetLowering::LowerBR_JT(), and llvm::MSP430TargetLowering::LowerJumpTable().
unsigned char llvm::JumpTableSDNode::getTargetFlags | ( | ) | const [inline] |
Definition at line 1484 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1476 of file SelectionDAGNodes.h.