LLVM API Documentation

Public Member Functions | Static Public Member Functions
llvm::AddrSpaceCastSDNode Class Reference

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

 AddrSpaceCastSDNode (unsigned Order, DebugLoc dl, EVT VT, SDValue X, unsigned SrcAS, unsigned DestAS)
unsigned getSrcAddressSpace () const
unsigned getDestAddressSpace () const

Static Public Member Functions

static bool classof (const SDNode *N)

Detailed Description

Definition at line 1046 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

AddrSpaceCastSDNode::AddrSpaceCastSDNode ( unsigned  Order,
DebugLoc  dl,
EVT  VT,
SDValue  X,
unsigned  SrcAS,
unsigned  DestAS 
)

Definition at line 6219 of file SelectionDAG.cpp.


Member Function Documentation

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

Definition at line 1058 of file SelectionDAGNodes.h.

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

Definition at line 1056 of file SelectionDAGNodes.h.

Definition at line 1055 of file SelectionDAGNodes.h.


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