Searched refs:CreateFetch (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_range_test.cc | 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() 445 ExpectEqual(Value(x_, 1, 0), GetMin(CreateFetch(x_), nullptr)); in TEST_F() 446 ExpectEqual(Value(x_, 1, 0), GetMax(CreateFetch(x_), nullptr)); in TEST_F() 740 ExpectEqual(Value(x_, 1, -1), GetMin(CreateFetch(add), nullptr)); in TEST_F() 741 ExpectEqual(Value(x_, 1, -1), GetMax(CreateFetch(add), nullptr)); in TEST_F() 742 ExpectEqual(Value(x_, 1, -1), GetMin(CreateFetch(alt), nullptr)); in TEST_F() 743 ExpectEqual(Value(x_, 1, -1), GetMax(CreateFetch(alt), nullptr)); in TEST_F() [all …]
|