Lines Matching defs:OtherPtr
3377 Value *OtherPtr = IsDest ? II.getRawSource() : II.getRawDest();
3379 dyn_cast<AllocaInst>(OtherPtr->stripInBoundsOffsets())) {
3385 Type *OtherPtrTy = OtherPtr->getType();
3399 OtherPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
3400 OtherPtr->getName() + ".");
3412 SrcPtr = OtherPtr;
3415 DestPtr = OtherPtr;
3462 Value *AdjPtr = getAdjustedPtr(IRB, DL, OtherPtr, OtherOffset, OtherPtrTy,
3463 OtherPtr->getName() + ".");