Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1455 Value *StartIdx0 = createStepForVF(Builder, IntStepTy, State.VF, Part); in execute() local
1458 auto *SplatStartIdx = Builder.CreateVectorSplat(State.VF, StartIdx0); in execute()
1471 StartIdx0 = Builder.CreateSIToFP(StartIdx0, BaseIVTy); in execute()
1475 AddOp, StartIdx0, getSignedIntOrFpConstant(BaseIVTy, Lane)); in execute()