LLVM API Documentation
#include <SelectionDAGNodes.h>


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) |
Definition at line 1046 of file SelectionDAGNodes.h.
| AddrSpaceCastSDNode::AddrSpaceCastSDNode | ( | unsigned | Order, |
| DebugLoc | dl, | ||
| EVT | VT, | ||
| SDValue | X, | ||
| unsigned | SrcAS, | ||
| unsigned | DestAS | ||
| ) |
Definition at line 6219 of file SelectionDAG.cpp.
| 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().
| unsigned llvm::AddrSpaceCastSDNode::getDestAddressSpace | ( | ) | const [inline] |
Definition at line 1056 of file SelectionDAGNodes.h.
| unsigned llvm::AddrSpaceCastSDNode::getSrcAddressSpace | ( | ) | const [inline] |
Definition at line 1055 of file SelectionDAGNodes.h.