Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp734 VPValue *IVStep = WideIV->getStepValue(); in getOptimizableIVOf() local
738 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4626 if (auto IVStep = GetConstantStep(ScaleReg)) { in matchScaledValue() local
4627 Instruction *IVInc = IVStep->first; in matchScaledValue()
4633 APInt Step = IVStep->second; in matchScaledValue()