LLVM API Documentation

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
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

Detailed Description

Definition at line 1255 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::SrcValueSDNode::SrcValueSDNode ( const Value v,
int  o 
) [inline, protected]

Definition at line 1260 of file SelectionDAGNodes.h.


Member Function Documentation

const Value* llvm::SrcValueSDNode::getValue (  )  const [inline]

Definition at line 1264 of file SelectionDAGNodes.h.

References V.

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.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1259 of file SelectionDAGNodes.h.


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