Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2440 static Value *CreateStepValue(const SCEV *Step, ScalarEvolution &SE, in CreateStepValue() function
3158 CreateStepValue(II.getStep(), *PSE.getSE(), &*B.GetInsertPoint()); in createInductionResumeValue()
3167 CreateStepValue(II.getStep(), *PSE.getSE(), &*B.GetInsertPoint()); in createInductionResumeValue()
3358 Value *Step = CreateStepValue(II.getStep(), *PSE.getSE(), in fixupIVUsers()