reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
505 EXPECT_NE(Bounds, None); 507 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); 509 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); 511 dyn_cast_or_null<ConstantInt>(Bounds->getStepValue()); 513 EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub"); 514 EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT); 515 EXPECT_EQ(Bounds->getDirection(),