class AddrSpaceCastSDNode

Declaration

class AddrSpaceCastSDNode : public SDNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1268

Inherits from: SDNode

Member Variables

Inherited from SDNode:

protected
public PersistentId

Method Overview

Inherited from SDNode:

Inherited from FoldingSetBase::Node:

Methods

AddrSpaceCastSDNode(unsigned int Order,
                    const llvm::DebugLoc& dl,
                    llvm::EVT VT,
                    unsigned int SrcAS,
                    unsigned int DestAS)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1274

Parameters

unsigned int Order
const llvm::DebugLoc& dl
llvm::EVT VT
unsigned int SrcAS
unsigned int DestAS

static bool classof(const llvm::SDNode* N)

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1280

Parameters

const llvm::SDNode* N

unsigned int getDestAddressSpace() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1278

unsigned int getSrcAddressSpace() const

Declared at: llvm/include/llvm/CodeGen/SelectionDAGNodes.h:1277