LLVM API Documentation

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

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

ISD::LoadExtType getExtensionType () const
const SDValuegetBasePtr () const
const SDValuegetOffset () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

LoadSDNode - This class is used to represent ISD::LOAD nodes.

Definition at line 1863 of file SelectionDAGNodes.h.


Member Function Documentation

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

Reimplemented from llvm::LSBaseSDNode.

Definition at line 1885 of file SelectionDAGNodes.h.

References llvm::SDNode::getOpcode(), and llvm::ISD::LOAD.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1864 of file SelectionDAGNodes.h.


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