Searched refs:SplatStep (Results 1 – 1 of 1) sorted by relevance
2584 Value *UnitStepVec = nullptr, *SplatStep = nullptr, *SplatIV = nullptr; in buildScalarSteps() local2588 SplatStep = Builder.CreateVectorSplat(VF, Step); in buildScalarSteps()2601 auto *Mul = Builder.CreateBinOp(MulOp, InitVec, SplatStep); in buildScalarSteps()