Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2600 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps() local
2606 UnitStepVec = Builder.CreateStepVector(VectorType::get(IntStepTy, VF)); in buildScalarSteps()
2613 createStepForVF(Builder, ConstantInt::get(IntStepTy, Part), VF); in buildScalarSteps()