Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3837 Value *PtrInd = Induction; in widenPHIInstruction() local
3838 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()
3847 Constant *Idx = ConstantInt::get(PtrInd->getType(), Lane + Part * VF); in widenPHIInstruction()
3848 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()