Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp637 Instruction *NewDestGEP = GetElementPtrInst::CreateInBounds( in tryToShorten() local
640 NewDestGEP->setDebugLoc(DeadIntrinsic->getDebugLoc()); in tryToShorten()
641 DeadIntrinsic->setDest(NewDestGEP); in tryToShorten()