Home
last modified time | relevance | path

Searched refs:NextStore (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp397 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in collectInitializers() local
398 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp402 if (auto *NextStore = dyn_cast<StoreInst>(BI)) { in tryMergingIntoMemset() local
404 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()