Searched refs:b_constant (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range.h | 46 Value() : instruction(nullptr), a_constant(0), b_constant(0), is_known(false) {} in Value() 48 : instruction(a != 0 ? i : nullptr), a_constant(a), b_constant(b), is_known(true) {} in Value() 53 int32_t b_constant; member
|
D | induction_var_range_test.cc | 46 EXPECT_EQ(v1.b_constant, v2.b_constant); in ExpectEqual()
|
D | bounds_check_elimination.cc | 1401 ValueBound(v1.instruction, v1.b_constant), in InductionRangeFitsIn() 1402 ValueBound(v2.instruction, v2.b_constant)); in InductionRangeFitsIn()
|