Searched refs:NextStore (Results 1 – 2 of 2) sorted by relevance
381 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in collectInitializers() local382 if (!NextStore->isSimple()) in collectInitializers()387 isPointerOffset(StartPtr, NextStore->getPointerOperand(), *DL); in collectInitializers()391 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()393 LastInst = NextStore; in collectInitializers()
418 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in tryMergingIntoMemset() local420 if (!NextStore->isSimple()) break; in tryMergingIntoMemset()422 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset()438 isPointerOffset(StartPtr, NextStore->getPointerOperand(), DL); in tryMergingIntoMemset()442 Ranges.addStore(*Offset, NextStore); in tryMergingIntoMemset()