Searched refs:PtrInd (Results 1 – 1 of 1) sorted by relevance
3689 Value *PtrInd = Induction; in widenPHIInstruction() local3690 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStepValue()->getType()); in widenPHIInstruction()3696 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()3697 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()3707 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()3708 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()