Searched refs:NextStore (Results 1 – 2 of 2) sorted by relevance
386 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in collectInitializers() local387 if (!NextStore->isSimple()) in collectInitializers()392 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers()396 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()398 LastInst = NextStore; in collectInitializers()
395 if (auto *NextStore = dyn_cast<StoreInst>(BI)) { in tryMergingIntoMemset() local397 if (!NextStore->isSimple()) in tryMergingIntoMemset()400 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset()420 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, DL); in tryMergingIntoMemset()424 Ranges.addStore(*Offset, NextStore); in tryMergingIntoMemset()