Lines Matching defs:StorePtr
481 const Value *StorePtr,
485 APInt StoreOffset(DL.getIndexTypeSizeInBits(StorePtr->getType()), 0);
488 const Value *StoreBase = StorePtr->stripAndAccumulateConstantOffsets(
533 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts();
534 if (!AreEquivalentAddressValues(StorePtr, Ptr))
626 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts();
628 // If both StrippedPtr and StorePtr reach all the way to an alloca or
632 (isa<AllocaInst>(StorePtr) || isa<GlobalVariable>(StorePtr)) &&
633 StrippedPtr != StorePtr)