Lines Matching defs:PtrA
307 Value *PtrA = GEPA->getPointerOperand();
311 if (!CurLoop->isLoopInvariant(PtrA) || !CurLoop->isLoopInvariant(PtrB) ||
315 !LoadBI->getType()->isIntegerTy(8) || PtrA == PtrB)
382 Value *PtrA = GEPA->getPointerOperand();
417 Builder.CreateGEP(LoadType, PtrA, VectorIndexPhi, "", GEPA->isInBounds());
487 Value *PtrA = GEPA->getPointerOperand();
514 Builder.CreateGEP(LoadType, PtrA, GepOffset, "", GEPA->isInBounds());
586 Value *PtrA = GEPA->getPointerOperand();
707 Value *LhsStartGEP = Builder.CreateGEP(LoadType, PtrA, ExtStart);
711 Value *LhsEndGEP = Builder.CreateGEP(LoadType, PtrA, ExtEnd);
780 Builder.CreateGEP(LoadType, PtrA, GepOffset, "", GEPA->isInBounds());