Searched refs:NextStore (Results 1 – 2 of 2) sorted by relevance
383 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in collectInitializers() local384 if (!NextStore->isSimple()) in collectInitializers()389 isPointerOffset(StartPtr, NextStore->getPointerOperand(), *DL); in collectInitializers()393 if (!IB.addStore(*Offset, NextStore, DL)) in collectInitializers()395 LastInst = NextStore; in collectInitializers()
423 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in tryMergingIntoMemset() local425 if (!NextStore->isSimple()) break; in tryMergingIntoMemset()427 Value *StoredVal = NextStore->getValueOperand(); in tryMergingIntoMemset()447 isPointerOffset(StartPtr, NextStore->getPointerOperand(), DL); in tryMergingIntoMemset()451 Ranges.addStore(*Offset, NextStore); in tryMergingIntoMemset()