Searched defs:taken (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_range_test.cc648 HInstruction* taken = nullptr; local
680 // Verify taken-test is 0<V.
681 range_.GenerateTakenTest(increment_, graph_, loop_preheader_, &taken);
682 ASSERT_TRUE(taken != nullptr);
683 ASSERT_TRUE(taken->IsLessThan());
684 ASSERT_TRUE(taken->InputAt(0)->IsIntConstant());
685 EXPECT_EQ(0, taken->InputAt(0)->AsIntConstant()->GetValue());
686 EXPECT_TRUE(taken->InputAt(1)->IsParameterValue());
718 HInstruction* taken = nullptr; local
755 // Verify taken
[all...]

Completed in 47 milliseconds