Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2382 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps() local
2389 Builder.CreateStepVector(VectorType::get(IntStepTy, State.VF)); in buildScalarSteps()
2405 Value *StartIdx0 = createStepForVF(Builder, IntStepTy, State.VF, Part); in buildScalarSteps()