Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4827 Value *PtrInd = in widenPHIInstruction() local
4838 Type *VecIVTy = VectorType::get(PtrInd->getType(), VF); in widenPHIInstruction()
4840 PtrIndSplat = Builder.CreateVectorSplat(VF, PtrInd); in widenPHIInstruction()
4845 Builder, ConstantInt::get(PtrInd->getType(), Part), VF); in widenPHIInstruction()
4862 PartStart, ConstantInt::get(PtrInd->getType(), Lane)); in widenPHIInstruction()
4863 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()