Searched refs:UnitStepVec (Results 1 – 1 of 1) sorted by relevance
2584 Value *UnitStepVec = nullptr, *SplatStep = nullptr, *SplatIV = nullptr; in buildScalarSteps() local2587 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() local4839 UnitStepVec = Builder.CreateStepVector(VecIVTy); in widenPHIInstruction()4849 Value *Indices = Builder.CreateAdd(PartStartSplat, UnitStepVec); in widenPHIInstruction()