Searched refs:CreateFetch (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range_test.cc | 152 HInductionVarAnalysis::InductionInfo* CreateFetch(HInstruction* fetch) { in CreateFetch() function in art::InductionVarRangeTest 158 return CreateFetch(graph_->GetIntConstant(c)); in CreateConst() 348 EXPECT_FALSE(IsExact(CreateFetch(x_), &value)); in TEST_F() 349 EXPECT_FALSE(IsAtMost(CreateFetch(x_), &value)); in TEST_F() 350 EXPECT_FALSE(IsAtLeast(CreateFetch(x_), &value)); in TEST_F() 384 GetMin(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F() 386 GetMax(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F() 388 GetMin(CreateInvariant('+', CreateRange(10, 20), CreateFetch(x_)), nullptr)); in TEST_F() 390 GetMax(CreateInvariant('+', CreateRange(10, 20), CreateFetch(x_)), nullptr)); in TEST_F() 403 GetMin(CreateInvariant('-', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F() [all …]
|