Searched refs:ConstantStep (Results 1 – 1 of 1) sorted by relevance
4178 if (auto *ConstantStep = dyn_cast<ConstantInt>(IVInc->second)) in matchScaledValue() local4179 return std::make_pair(IVInc->first, ConstantStep->getValue()); in matchScaledValue()