#include <Node.hpp>
firm::Node::Node |
( |
ir_node * |
node | ) |
|
Node firm::Node::getChild |
( |
unsigned int |
i | ) |
const |
unsigned int firm::Node::getChildCount |
( |
| ) |
const |
vec< Node > firm::Node::getChildren |
( |
| ) |
const |
ir_mode * firm::Node::getMode |
( |
| ) |
const |
long firm::Node::getNodeNumber |
( |
| ) |
const |
unsigned firm::Node::getOpcode |
( |
| ) |
const |
vec< std::pair< Node, unsigned int > > firm::Node::getOuts |
( |
| ) |
const |
Tarval firm::Node::getTarval |
( |
| ) |
const |
Tarval firm::Node::getValue |
( |
| ) |
const |
bool firm::Node::hasChildren |
( |
| ) |
const |
bool firm::Node::isConst |
( |
| ) |
const |
bool firm::Node::isNumeric |
( |
| ) |
const |
bool firm::Node::isNumericOrBool |
( |
| ) |
const |
firm::Node::operator bool |
( |
| ) |
|
|
inline |
firm::Node::operator ir_node * |
( |
| ) |
|
|
inline |
bool firm::Node::operator!= |
( |
Node const & |
otherNode | ) |
const |
|
inline |
bool firm::Node::operator!= |
( |
ir_node * |
otherNode | ) |
const |
|
inline |
bool firm::Node::operator== |
( |
Node const & |
otherNode | ) |
const |
|
inline |
bool firm::Node::operator== |
( |
ir_node * |
otherNode | ) |
const |
|
inline |
void firm::Node::replaceWith |
( |
ir_node * |
node, |
|
|
bool |
copyTarval = false |
|
) |
| |
void firm::Node::setChild |
( |
unsigned int |
i, |
|
|
Node |
child |
|
) |
| |
void firm::Node::setTarval |
( |
Tarval |
tarval | ) |
|
void firm::Node::setTarvalToBad |
( |
| ) |
|
void firm::Node::setTarvalToUnknown |
( |
| ) |
|
The documentation for this class was generated from the following files: