Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2581 Type *IntStepTy = IntegerType::get(ScalarIVTy->getContext(), in buildScalarSteps() local
2587 UnitStepVec = Builder.CreateStepVector(VectorType::get(IntStepTy, VF)); in buildScalarSteps()
2594 createStepForVF(Builder, ConstantInt::get(IntStepTy, Part), VF); in buildScalarSteps()