LLVM API Documentation

llvm::FrameIndexSDNode Class Reference

#include <SelectionDAGNodes.h>

Inheritance diagram for llvm::FrameIndexSDNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

int getIndex () const

Static Public Member Functions

static bool classof (const FrameIndexSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 FrameIndexSDNode (int fi, MVT::ValueType VT, bool isTarg)

Friends

class SelectionDAG

Detailed Description

Definition at line 1151 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::FrameIndexSDNode::FrameIndexSDNode ( int  fi,
MVT::ValueType  VT,
bool  isTarg 
) [inline, protected]

Definition at line 1155 of file SelectionDAGNodes.h.


Member Function Documentation

static bool llvm::FrameIndexSDNode::classof ( const SDNode N  )  [inline, static]

Reimplemented from llvm::SDNode.

Definition at line 1162 of file SelectionDAGNodes.h.

References llvm::ISD::FrameIndex, llvm::SDNode::getOpcode(), and llvm::ISD::TargetFrameIndex.

static bool llvm::FrameIndexSDNode::classof ( const FrameIndexSDNode  )  [inline, static]

Definition at line 1161 of file SelectionDAGNodes.h.

int llvm::FrameIndexSDNode::getIndex (  )  const [inline]

Definition at line 1159 of file SelectionDAGNodes.h.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1154 of file SelectionDAGNodes.h.


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