Searched refs:PtrInd (Results 1 – 2 of 2) sorted by relevance
4029 Value *PtrInd = Induction; in widenPHIInstruction() local4030 PtrInd = Builder.CreateSExtOrTrunc(PtrInd, II.getStep()->getType()); in widenPHIInstruction()4036 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()4037 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()4047 Constant *Idx = ConstantInt::get(PtrInd->getType(), EltIndex); in widenPHIInstruction()4048 Value *GlobalIdx = Builder.CreateAdd(PtrInd, Idx); in widenPHIInstruction()
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()