Home
last modified time | relevance | path

Searched refs:b_constant (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range.h46 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
Dinduction_var_range_test.cc46 EXPECT_EQ(v1.b_constant, v2.b_constant); in ExpectEqual()
Dbounds_check_elimination.cc1401 ValueBound(v1.instruction, v1.b_constant), in InductionRangeFitsIn()
1402 ValueBound(v2.instruction, v2.b_constant)); in InductionRangeFitsIn()