Lines Matching defs:StorePtr
519 const Value *StorePtr,
523 APInt StoreOffset(DL.getIndexTypeSizeInBits(StorePtr->getType()), 0);
526 const Value *StoreBase = StorePtr->stripAndAccumulateConstantOffsets(
571 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts();
572 if (!AreEquivalentAddressValues(StorePtr, Ptr))
664 Value *StorePtr = SI->getPointerOperand()->stripPointerCasts();
666 // If both StrippedPtr and StorePtr reach all the way to an alloca or
670 (isa<AllocaInst>(StorePtr) || isa<GlobalVariable>(StorePtr)) &&
671 StrippedPtr != StorePtr)