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 1168 of file SelectionDAGNodes.h.
llvm::ConstantPoolSDNode::ConstantPoolSDNode | ( | bool | isTarget, | |
Constant * | c, | |||
MVT::ValueType | VT, | |||
int | o = 0 | |||
) | [inline, protected] |
Definition at line 1174 of file SelectionDAGNodes.h.
llvm::ConstantPoolSDNode::ConstantPoolSDNode | ( | bool | isTarget, | |
Constant * | c, | |||
MVT::ValueType | VT, | |||
int | o, | |||
unsigned | Align | |||
) | [inline, protected] |
Definition at line 1178 of file SelectionDAGNodes.h.
static bool llvm::ConstantPoolSDNode::classof | ( | const SDNode * | N | ) | [inline, static] |
Reimplemented from llvm::SDNode.
Definition at line 1192 of file SelectionDAGNodes.h.
References llvm::ISD::ConstantPool, llvm::SDNode::getOpcode(), and llvm::ISD::TargetConstantPool.
static bool llvm::ConstantPoolSDNode::classof | ( | const ConstantPoolSDNode * | ) | [inline, static] |
Definition at line 1191 of file SelectionDAGNodes.h.
Constant* llvm::ConstantPoolSDNode::get | ( | ) | const [inline] |
unsigned llvm::ConstantPoolSDNode::getAlignment | ( | ) | const [inline] |
Definition at line 1189 of file SelectionDAGNodes.h.
int llvm::ConstantPoolSDNode::getOffset | ( | ) | const [inline] |
friend class SelectionDAG [friend] |