reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
853 EXPECT_NE(Bounds, None); 855 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); 857 EXPECT_EQ(Bounds->getStepInst().getName(), "indvars.iv.next"); 859 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); 861 EXPECT_EQ(Bounds->getFinalIVValue().getName(), "wide.trip.count"); 862 EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_NE); 863 EXPECT_EQ(Bounds->getDirection(),