mjplusplus
v0.4.1
|
#include <Tarval.hpp>
Public Member Functions | |
UnknownTarval () | |
![]() | |
Tarval (ir_tarval *tarval) | |
Tarval (long value, ir_mode *mode=mode_Is) | |
Tarval () | |
ir_mode * | getMode () const |
bool | isModeIs () const |
bool | isModeLu () const |
bool | isModeBu () const |
bool | isNumeric () const |
bool | isNumericOrBool () const |
bool | isBad () const |
bool | isUnknown () const |
long | getLong () const |
bool | isNumWithVal (long val) const |
void | setValue (ir_tarval *tarval) |
std::string | toString () const |
operator ir_tarval * () | |
operator bool () | |
bool | operator== (Tarval const &otherTarval) const |
bool | operator== (ir_tarval *otherTarval) const |
bool | operator!= (Tarval const &otherTarval) const |
bool | operator!= (ir_tarval *otherTarval) const |
Additional Inherited Members | |
![]() | |
ir_tarval * | tarval |
firm::UnknownTarval::UnknownTarval | ( | ) |