Searched refs:CreateFetch (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range_test.cc | 156 HInductionVarAnalysis::InductionInfo* CreateFetch(HInstruction* fetch) { in CreateFetch() function in art::InductionVarRangeTest 162 return CreateFetch(graph_->GetIntConstant(c)); in CreateConst() 396 EXPECT_FALSE(IsExact(CreateFetch(x_), &value)); in TEST_F() 397 EXPECT_FALSE(IsAtMost(CreateFetch(x_), &value)); in TEST_F() 398 EXPECT_FALSE(IsAtLeast(CreateFetch(x_), &value)); in TEST_F() 432 GetMin(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F() 434 GetMax(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F() 436 GetMin(CreateInvariant('+', CreateRange(10, 20), CreateFetch(x_)), nullptr)); in TEST_F() 438 GetMax(CreateInvariant('+', CreateRange(10, 20), CreateFetch(x_)), nullptr)); in TEST_F() 451 GetMin(CreateInvariant('-', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F() [all …]
|