Searched refs:NextStore (Results 1 – 2 of 2) sorted by relevance
397 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in collectInitializers() local398 if (!NextStore->isSimple()) in collectInitializers()403 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, *DL); in collectInitializers()407 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()409 LastInst = NextStore; in collectInitializers()
402 if (auto *NextStore = dyn_cast<StoreInst>(BI)) { in tryMergingIntoMemset() local404 if (!NextStore->isSimple()) in tryMergingIntoMemset()407 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset()427 NextStore->getPointerOperand()->getPointerOffsetFrom(StartPtr, DL); in tryMergingIntoMemset()431 Ranges.addStore(*Offset, NextStore); in tryMergingIntoMemset()