Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4749 Value *PtrInd = in widenPHIInstruction() local
4760 Type *VecIVTy = VectorType::get(PtrInd->getType(), VF); in widenPHIInstruction()
4762 PtrIndSplat = Builder.CreateVectorSplat(VF, PtrInd); in widenPHIInstruction()
4767 Builder, ConstantInt::get(PtrInd->getType(), Part), VF); in widenPHIInstruction()
4784 PartStart, ConstantInt::get(PtrInd->getType(), Lane)); in widenPHIInstruction()
4785 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()