LLVM API Documentation

llvm::ConstantNode Class Reference

Inheritance diagram for llvm::ConstantNode:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ConstantNode (Constant *constVal)
ConstantgetConstVal () 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

Detailed Description

Definition at line 107 of file SparcV9BurgISel.cpp.


Constructor & Destructor Documentation

llvm::ConstantNode::ConstantNode ( Constant constVal  )  [inline]

Definition at line 109 of file SparcV9BurgISel.cpp.

References ConstantNodeOp, and llvm::InstrTreeNode::opLabel.


Member Function Documentation

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]

Definition at line 113 of file SparcV9BurgISel.cpp.

References llvm::InstrTreeNode::val.


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