LLVM API Documentation

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

Constantget () const
int getOffset () const
unsigned getAlignment () const

Static Public Member Functions

static bool classof (const ConstantPoolSDNode *)
static bool classof (const SDNode *N)

Protected Member Functions

 ConstantPoolSDNode (bool isTarget, Constant *c, MVT::ValueType VT, int o=0)
 ConstantPoolSDNode (bool isTarget, Constant *c, MVT::ValueType VT, int o, unsigned Align)

Friends

class SelectionDAG

Detailed Description

Definition at line 1209 of file SelectionDAGNodes.h.


Constructor & Destructor Documentation

llvm::ConstantPoolSDNode::ConstantPoolSDNode ( bool  isTarget,
Constant c,
MVT::ValueType  VT,
int  o = 0 
) [inline, protected]

Definition at line 1215 of file SelectionDAGNodes.h.

llvm::ConstantPoolSDNode::ConstantPoolSDNode ( bool  isTarget,
Constant c,
MVT::ValueType  VT,
int  o,
unsigned  Align 
) [inline, protected]

Definition at line 1219 of file SelectionDAGNodes.h.


Member Function Documentation

Constant* llvm::ConstantPoolSDNode::get (  )  const [inline]

Definition at line 1225 of file SelectionDAGNodes.h.

References C.

int llvm::ConstantPoolSDNode::getOffset (  )  const [inline]

Definition at line 1226 of file SelectionDAGNodes.h.

References Offset.

unsigned llvm::ConstantPoolSDNode::getAlignment (  )  const [inline]

Definition at line 1230 of file SelectionDAGNodes.h.

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

Definition at line 1232 of file SelectionDAGNodes.h.

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

Reimplemented from llvm::SDNode.

Definition at line 1233 of file SelectionDAGNodes.h.

References llvm::ISD::ConstantPool, llvm::SDNode::getOpcode(), and llvm::ISD::TargetConstantPool.


Friends And Related Function Documentation

friend class SelectionDAG [friend]

Reimplemented from llvm::SDNode.

Definition at line 1214 of file SelectionDAGNodes.h.


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