LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::SrcValueSDNode:


Public Member Functions | |
| const Value * | getValue () const |
| int | getOffset () const |
Static Public Member Functions | |
| static bool | classof (const SrcValueSDNode *) |
| static bool | classof (const SDNode *N) |
Protected Member Functions | |
| SrcValueSDNode (const Value *v, int o) | |
Friends | |
| class | SelectionDAG |
Definition at line 1255 of file SelectionDAGNodes.h.
| llvm::SrcValueSDNode::SrcValueSDNode | ( | const Value * | v, | |
| int | o | |||
| ) | [inline, protected] |
Definition at line 1260 of file SelectionDAGNodes.h.
| const Value* llvm::SrcValueSDNode::getValue | ( | ) | const [inline] |
| int llvm::SrcValueSDNode::getOffset | ( | ) | const [inline] |
Definition at line 1265 of file SelectionDAGNodes.h.
| static bool llvm::SrcValueSDNode::classof | ( | const SrcValueSDNode * | ) | [inline, static] |
Definition at line 1267 of file SelectionDAGNodes.h.
| static bool llvm::SrcValueSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1268 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::SRCVALUE.
friend class SelectionDAG [friend] |