Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8913 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in computeExitLimitFromICmp() local
8915 StrideC && StrideC->getAPInt().isPowerOf2()) { in computeExitLimitFromICmp()
12410 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in howManyLessThans() local
12411 if (!StrideC || !StrideC->getAPInt().isPowerOf2()) in howManyLessThans()
12722 if (auto *StrideC = dyn_cast<SCEVConstant>(Stride)) { in howManyLessThans() local
12723 if (StrideC->getAPInt().isPowerOf2()) { in howManyLessThans()