Searched refs:NextStore (Results 1 – 2 of 2) sorted by relevance
375 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in collectInitializers() local376 if (!NextStore->isSimple()) in collectInitializers()381 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers()385 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()387 LastInst = NextStore; in collectInitializers()
398 if (auto *NextStore = dyn_cast<StoreInst>(BI)) { in tryMergingIntoMemset() local400 if (!NextStore->isSimple()) break; in tryMergingIntoMemset()402 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset()422 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, DL); in tryMergingIntoMemset()426 Ranges.addStore(*Offset, NextStore); in tryMergingIntoMemset()