Searched refs:CreateStepVector (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp1122 Builder.CreateAdd(VStep, Builder.CreateStepVector(VStep->getType()));
H A DLoopVectorize.cpp2323 Value *InitVec = Builder.CreateStepVector(InitVecValVTy);
2389 Builder.CreateStepVector(VectorType::get(IntStepTy, State.VF));
9535 StartOffset, State.Builder.CreateStepVector(VecPhiType));
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp110 Value *IRBuilderBase::CreateStepVector(Type *DstType, const Twine &Name) { function in class:IRBuilderBase
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h897 Value *CreateStepVector(Type *DstType, const Twine &Name = "");

Completed in 213 milliseconds