Lines Matching refs:StepValue

278         ConstantInt *StepValue =  in TEST()  local
280 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
337 ConstantInt *StepValue = in TEST() local
339 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
396 ConstantInt *StepValue = in TEST() local
398 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
455 ConstantInt *StepValue = in TEST() local
457 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
514 ConstantInt *StepValue = in TEST() local
516 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
574 ConstantInt *StepValue = in TEST() local
576 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
689 ConstantInt *StepValue = in TEST() local
691 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
746 ConstantInt *StepValue = in TEST() local
748 EXPECT_EQ(StepValue, nullptr); in TEST()
868 ConstantInt *StepValue = in TEST() local
870 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
929 ConstantInt *StepValue = in TEST() local
931 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
989 ConstantInt *StepValue = in TEST() local
991 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
1041 ConstantInt *StepValue = in TEST() local
1043 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
1099 ConstantInt *StepValue = in TEST() local
1101 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
1170 ConstantInt *StepValue = in TEST() local
1172 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
1196 StepValue = dyn_cast_or_null<ConstantInt>(InnerBounds->getStepValue()); in TEST()
1197 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()
1263 ConstantInt *StepValue = in TEST() local
1265 EXPECT_TRUE(StepValue && StepValue->isOne()); in TEST()