Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1146 Type *IntStepTy = in execute() local
1153 Builder.CreateStepVector(VectorType::get(IntStepTy, State.VF)); in execute()
1169 Value *StartIdx0 = createStepForVF(Builder, IntStepTy, State.VF, Part); in execute()