Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2396 static Value *CreateStepValue(const SCEV *Step, ScalarEvolution &SE, in CreateStepValue() function
3141 CreateStepValue(II.getStep(), *PSE.getSE(), &*B.GetInsertPoint()); in createInductionResumeValues()
3151 CreateStepValue(II.getStep(), *PSE.getSE(), &*B.GetInsertPoint()); in createInductionResumeValues()
3344 Value *Step = CreateStepValue(II.getStep(), *PSE.getSE(), in fixupIVUsers()
9362 Value *Step = CreateStepValue(IndDesc.getStep(), SE, in execute()