Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp96 Value *IRBuilderBase::CreateStepVector(Type *DstType, const Twine &Name) { in CreateStepVector() function in IRBuilderBase
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2525 Value *InitVec = Builder.CreateStepVector(InitVecValVTy); in getStepVector()
2587 UnitStepVec = Builder.CreateStepVector(VectorType::get(IntStepTy, VF)); in buildScalarSteps()
4839 UnitStepVec = Builder.CreateStepVector(VecIVTy); in widenPHIInstruction()
4910 Builder.CreateAdd(StartOffset, Builder.CreateStepVector(VecPhiType)); in widenPHIInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h858 Value *CreateStepVector(Type *DstType, const Twine &Name = "");