Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2385 Value *UnitStepVec = nullptr, *SplatStep = nullptr, *SplatIV = nullptr; in buildScalarSteps() local
2391 SplatIV = Builder.CreateVectorSplat(State.VF, ScalarIV); in buildScalarSteps()
2413 auto *Add = Builder.CreateBinOp(AddOp, SplatIV, Mul); in buildScalarSteps()