LLVM API Documentation
#include <SelectionDAGNodes.h>
Inheritance diagram for llvm::ConstantPoolSDNode:


Public Member Functions | |
| Constant * | get () 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 |
Definition at line 1209 of file SelectionDAGNodes.h.
| 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.
| Constant* llvm::ConstantPoolSDNode::get | ( | ) | const [inline] |
| int llvm::ConstantPoolSDNode::getOffset | ( | ) | const [inline] |
| 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.
friend class SelectionDAG [friend] |