reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
622 EXPECT_NE(Bounds, None); 624 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); 626 EXPECT_EQ(Bounds->getStepInst().getName(), "inc"); 627 EXPECT_EQ(Bounds->getStepValue()->getName(), "step"); 628 EXPECT_EQ(Bounds->getFinalIVValue().getName(), "ub"); 629 EXPECT_EQ(Bounds->getCanonicalPredicate(), ICmpInst::ICMP_SLT); 630 EXPECT_EQ(Bounds->getDirection(), Loop::LoopBounds::Direction::Unknown);