Lines Matching defs:OtherPtr
3355 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest();
3357 dyn_cast<AllocaInst>(OtherPtr->stripInBoundsOffsets())) {
3363 Type *OtherPtrTy = OtherPtr->getType();
3377 OtherPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
3378 OtherPtr->getName() + ".");
3390 SrcPtr = OtherPtr;
3393 DestPtr = OtherPtr;
3440 Value *AdjPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
3441 OtherPtr->getName() + ".");