Searched refs:getInitialIVValue (Results 1 – 2 of 2) sorted by relevance
276 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()335 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()394 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()453 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()512 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()572 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()631 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()687 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()745 EXPECT_EQ(Bounds->getInitialIVValue().getName(), "ub"); in TEST()806 dyn_cast<ConstantInt>(&Bounds->getInitialIVValue()); in TEST()[all …]
669 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue() function