Lines Matching refs:ITC
1573 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1574 EXPECT_FALSE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
1575 EXPECT_TRUE(isa<SCEVConstant>(ITC)); in TEST_F()
1576 EXPECT_EQ(cast<SCEVConstant>(ITC)->getAPInt().getSExtValue(), 8); in TEST_F()
1614 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1615 EXPECT_FALSE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
1616 EXPECT_TRUE(isa<SCEVConstant>(ITC)); in TEST_F()
1617 EXPECT_EQ(cast<SCEVConstant>(ITC)->getAPInt().getSExtValue(), 1); in TEST_F()
1655 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1656 EXPECT_TRUE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
1700 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1701 EXPECT_TRUE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()
1742 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local
1743 EXPECT_TRUE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()