Searched refs:PtrInd (Results 1 – 1 of 1) sorted by relevance
3837 Value *PtrInd = Induction; in widenPHIInstruction() local3838 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()