class ConstantPoolSDNode

Declaration

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

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

Inherits from: SDNode

Member Variables

Inherited from SDNode:

protected
public PersistentId

Method Overview

Inherited from SDNode:

Inherited from FoldingSetBase::Node:

Methods

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

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

Parameters

const llvm::SDNode* N

unsigned int getAlignment() const

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

const llvm::Constant* getConstVal() const

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

llvm::MachineConstantPoolValue* getMachineCPVal()
    const

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

int getOffset() const

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

unsigned int getTargetFlags() const

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

llvm::Type* getType() const

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

bool isMachineConstantPoolEntry() const

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