LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::GlobalAddressSDNode:
Public Member Functions | |
GlobalValue * | getGlobal () const |
int | getOffset () const |
Static Public Member Functions | |
static bool | classof (const GlobalAddressSDNode *) |
static bool | classof (const SDNode *N) |
Protected Member Functions | |
GlobalAddressSDNode (bool isTarget, const GlobalValue *GA, MVT::ValueType VT, int o=0) | |
Friends | |
class | SelectionDAG |
Definition at line 1150 of file SelectionDAGNodes.h.
llvm::GlobalAddressSDNode::GlobalAddressSDNode | ( | bool | isTarget, | |
const GlobalValue * | GA, | |||
MVT::ValueType | VT, | |||
int | o = 0 | |||
) | [inline, protected] |
Definition at line 1155 of file SelectionDAGNodes.h.
GlobalValue* llvm::GlobalAddressSDNode::getGlobal | ( | ) | const [inline] |
Definition at line 1163 of file SelectionDAGNodes.h.
Referenced by LowerGlobalAddress(), and llvm::AlphaTargetLowering::LowerOperation().
int llvm::GlobalAddressSDNode::getOffset | ( | ) | const [inline] |
Definition at line 1164 of file SelectionDAGNodes.h.
References Offset.
Referenced by LowerGlobalAddress(), and llvm::AlphaTargetLowering::LowerOperation().
static bool llvm::GlobalAddressSDNode::classof | ( | const GlobalAddressSDNode * | ) | [inline, static] |
Definition at line 1166 of file SelectionDAGNodes.h.
static bool llvm::GlobalAddressSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1167 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), llvm::ISD::GlobalAddress, and llvm::ISD::TargetGlobalAddress.
friend class SelectionDAG [friend] |