LLVM API Documentation

Public Member Functions | Static Public Member Functions | Friends
llvm::SrcValueSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::SrcValueSDNode:
Inheritance graph
[legend]
Collaboration diagram for llvm::SrcValueSDNode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

const ValuegetValue () const
 getValue - return the contained Value.

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

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.


Member Function Documentation

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.

getValue - return the contained Value.

Definition at line 1653 of file SelectionDAGNodes.h.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1646 of file SelectionDAGNodes.h.


The documentation for this class was generated from the following file: