Home
last modified time | relevance | path

Searched refs:getInitialIVValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DLoopInfoTest.cpp276 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 …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h669 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue() function