induction_var_range.h | 45 Value() : instruction(nullptr), a_constant(0), b_constant(0), is_known(false) {} 47 : instruction(a != 0 ? i : nullptr), a_constant(a), b_constant(b), is_known(true) {} 49 // Representation as: a_constant x instruction + b_constant. 52 int32_t b_constant; member in struct:art::InductionVarRange::Value
|