Searched refs:StrideC (Results 1 – 1 of 1) sorted by relevance
9180 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in computeExitLimitFromICmp() local9182 StrideC && StrideC->getAPInt().isPowerOf2()) { in computeExitLimitFromICmp()12758 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in howManyLessThans() local12759 if (!StrideC || !StrideC->getAPInt().isPowerOf2()) in howManyLessThans()13063 if (auto *StrideC = dyn_cast<SCEVConstant>(Stride)) { in howManyLessThans() local13064 if (StrideC->getAPInt().isPowerOf2()) { in howManyLessThans()