Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp9180 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in computeExitLimitFromICmp() local
9182 StrideC && StrideC->getAPInt().isPowerOf2()) { in computeExitLimitFromICmp()
12758 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in howManyLessThans() local
12759 if (!StrideC || !StrideC->getAPInt().isPowerOf2()) in howManyLessThans()
13063 if (auto *StrideC = dyn_cast<SCEVConstant>(Stride)) { in howManyLessThans() local
13064 if (StrideC->getAPInt().isPowerOf2()) { in howManyLessThans()