LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::FrameIndexSDNode:
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 |
Definition at line 1174 of file SelectionDAGNodes.h.
llvm::FrameIndexSDNode::FrameIndexSDNode | ( | int | fi, | |
MVT::ValueType | VT, | |||
bool | isTarg | |||
) | [inline, protected] |
Definition at line 1178 of file SelectionDAGNodes.h.
int llvm::FrameIndexSDNode::getIndex | ( | ) | const [inline] |
Definition at line 1182 of file SelectionDAGNodes.h.
static bool llvm::FrameIndexSDNode::classof | ( | const FrameIndexSDNode * | ) | [inline, static] |
Definition at line 1184 of file SelectionDAGNodes.h.
static bool llvm::FrameIndexSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1185 of file SelectionDAGNodes.h.
References llvm::ISD::FrameIndex, llvm::SDNode::getOpcode(), and llvm::ISD::TargetFrameIndex.
friend class SelectionDAG [friend] |