Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2584 Value *UnitStepVec = nullptr, *SplatStep = nullptr, *SplatIV = nullptr; in buildScalarSteps() local
2587 UnitStepVec = Builder.CreateStepVector(VectorType::get(IntStepTy, VF)); in buildScalarSteps()
2598 auto *InitVec = Builder.CreateAdd(SplatStartIdx, UnitStepVec); in buildScalarSteps()
4836 Value *UnitStepVec = nullptr, *PtrIndSplat = nullptr; in widenPHIInstruction() local
4839 UnitStepVec = Builder.CreateStepVector(VecIVTy); in widenPHIInstruction()
4849 Value *Indices = Builder.CreateAdd(PartStartSplat, UnitStepVec); in widenPHIInstruction()