74 assert(variable != -1);
75 return Value(variable, constant);
Value(s4 variable, s4 constant)
Initializes this value with (variable + constant).
void addConstant(s4 constant)
Adds a constant to this value.
static Value newUnknown()
Represents the result of the addition of a certain IR-variable with a certain constant.
void subtractConstant(s4 constant)
Subtracts a constant from this value.
static Value newAddition(s4 variable, s4 constant)