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 1644 of file SelectionDAGNodes.h.
static bool llvm::SrcValueSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Definition at line 1655 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 1653 of file SelectionDAGNodes.h.
friend class SelectionDAG [friend] |
Reimplemented from llvm::SDNode.
Definition at line 1646 of file SelectionDAGNodes.h.