Searched refs:StrideC (Results 1 – 2 of 2) sorted by relevance
9184 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in computeExitLimitFromICmp() local9186 StrideC && StrideC->getAPInt().isPowerOf2()) { in computeExitLimitFromICmp()12800 auto *StrideC = dyn_cast<SCEVConstant>(AR->getStepRecurrence(*this)); in howManyLessThans() local12801 if (!StrideC || !StrideC->getAPInt().isPowerOf2()) in howManyLessThans()13157 if (auto *StrideC = dyn_cast<SCEVConstant>(Stride)) { in howManyLessThans() local13158 if (StrideC->getAPInt().isPowerOf2()) { in howManyLessThans()
17563 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); in PerformDAGCombine() 17564 StrideC && StrideC->getZExtValue() == ElementSize) in PerformDAGCombine() 17581 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); in PerformDAGCombine() 17582 StrideC && StrideC->getZExtValue() == ElementSize) in PerformDAGCombine() 17560 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); PerformDAGCombine() local 17578 if (auto *StrideC = dyn_cast<ConstantSDNode>(Stride); PerformDAGCombine() local