LLVM API Documentation

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

#include <SelectionDAGNodes.h>

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

List of all members.

Public Member Functions

bool isMachineConstantPoolEntry () const
const ConstantgetConstVal () const
MachineConstantPoolValuegetMachineCPVal () const
int getOffset () const
unsigned getAlignment () const
unsigned char getTargetFlags () const
TypegetType () const

Static Public Member Functions

static bool classof (const SDNode *N)

Friends

class SelectionDAG

Detailed Description

Definition at line 1492 of file SelectionDAGNodes.h.


Member Function Documentation

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

Definition at line 1534 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().

Definition at line 1541 of file SelectionDAGNodes.h.

Referenced by AddNodeIDCustom().

Definition at line 6630 of file SelectionDAG.cpp.

References isMachineConstantPoolEntry().


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1500 of file SelectionDAGNodes.h.


Member Data Documentation

Definition at line 1494 of file SelectionDAGNodes.h.

Definition at line 1495 of file SelectionDAGNodes.h.


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