LLVM API Documentation
#include <SelectionDAGNodes.h>
Public Member Functions | |
const BlockAddress * | getBlockAddress () const |
int64_t | getOffset () const |
unsigned char | getTargetFlags () const |
Static Public Member Functions | |
static bool | classof (const SDNode *N) |
Friends | |
class | SelectionDAG |
Definition at line 1706 of file SelectionDAGNodes.h.
static bool llvm::BlockAddressSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1721 of file SelectionDAGNodes.h.
References llvm::ISD::BlockAddress, llvm::SDNode::getOpcode(), and llvm::ISD::TargetBlockAddress.
const BlockAddress* llvm::BlockAddressSDNode::getBlockAddress | ( | ) | const [inline] |
Definition at line 1717 of file SelectionDAGNodes.h.
Referenced by AddNodeIDCustom().
int64_t llvm::BlockAddressSDNode::getOffset | ( | ) | const [inline] |
Definition at line 1718 of file SelectionDAGNodes.h.
Referenced by AddNodeIDCustom().
unsigned char llvm::BlockAddressSDNode::getTargetFlags | ( | ) | const [inline] |
Definition at line 1719 of file SelectionDAGNodes.h.
Referenced by AddNodeIDCustom().
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1710 of file SelectionDAGNodes.h.