LLVM API Documentation
Public Member Functions | |
ConstantNode (Constant *constVal) | |
Constant * | getConstVal () const |
Static Public Member Functions | |
static bool | classof (const ConstantNode *N) |
static bool | classof (const InstrTreeNode *N) |
Protected Member Functions | |
virtual void | dumpNode (int indent) const |
Definition at line 107 of file SparcV9BurgISel.cpp.
llvm::ConstantNode::ConstantNode | ( | Constant * | constVal | ) | [inline] |
Definition at line 109 of file SparcV9BurgISel.cpp.
References ConstantNodeOp, and llvm::InstrTreeNode::opLabel.
static bool llvm::ConstantNode::classof | ( | const InstrTreeNode * | N | ) | [inline, static] |
Definition at line 116 of file SparcV9BurgISel.cpp.
References llvm::InstrTreeNode::getNodeType(), and llvm::InstrTreeNode::NTConstNode.
static bool llvm::ConstantNode::classof | ( | const ConstantNode * | N | ) | [inline, static] |
Definition at line 115 of file SparcV9BurgISel.cpp.
void llvm::ConstantNode::dumpNode | ( | int | indent | ) | const [protected, virtual] |
Implements llvm::InstrTreeNode.
Definition at line 271 of file SparcV9BurgISel.cpp.
References llvm::InstrTreeNode::getValue().
Constant* llvm::ConstantNode::getConstVal | ( | ) | const [inline] |