Searched refs:IVStep (Results 1 – 2 of 2) sorted by relevance
734 VPValue *IVStep = WideIV->getStepValue(); in getOptimizableIVOf() local738 m_Specific(IVStep))); in getOptimizableIVOf()741 m_Specific(IVStep))); in getOptimizableIVOf()744 m_Specific(IVStep))); in getOptimizableIVOf()751 !Step->isLiveIn() || !IVStep->isLiveIn()) in getOptimizableIVOf()754 auto *IVStepCI = dyn_cast<ConstantInt>(IVStep->getLiveInIRValue()); in getOptimizableIVOf()
4626 if (auto IVStep = GetConstantStep(ScaleReg)) { in matchScaledValue() local4627 Instruction *IVInc = IVStep->first; in matchScaledValue()4633 APInt Step = IVStep->second; in matchScaledValue()