Searched refs:ITC (Results 1 – 3 of 3) sorted by relevance
191 struct ITC { struct192 ITC() try {} catch(...) {} in ITC() argument193 ~ITC() try {} catch(...) {} in ~ITC() argument
436 struct ITC { struct437 ITC(const ITC &Other) in ITC() argument441 ITC &operator=(const ITC &Other) try { in operator =() argument
1573 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local1574 EXPECT_FALSE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()1575 EXPECT_TRUE(isa<SCEVConstant>(ITC)); in TEST_F()1614 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local1615 EXPECT_FALSE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()1616 EXPECT_TRUE(isa<SCEVConstant>(ITC)); in TEST_F()1655 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local1656 EXPECT_TRUE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()1700 const SCEV *ITC = SE.getConstantMaxTripCountFromArray(L); in TEST_F() local1701 EXPECT_TRUE(isa<SCEVCouldNotCompute>(ITC)); in TEST_F()[all …]