LLVM API Documentation
#include <SelectionDAGNodes.h>


Public Member Functions | |
| const Value * | getValue () const |
| getValue - return the contained Value. | |
Static Public Member Functions | |
| static bool | classof (const SDNode *N) |
Friends | |
| class | SelectionDAG |
SrcValueSDNode - An SDNode that holds an arbitrary LLVM IR Value. This is used when the SelectionDAG needs to make a simple reference to something in the LLVM IR representation.
Definition at line 1409 of file SelectionDAGNodes.h.
Definition at line 1420 of file SelectionDAGNodes.h.
References llvm::SDNode::getOpcode(), and llvm::ISD::SRCVALUE.
| const Value* llvm::SrcValueSDNode::getValue | ( | ) | const [inline] |
getValue - return the contained Value.
Definition at line 1418 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1411 of file SelectionDAGNodes.h.