Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1237 Instruction *NewSExt = in reuniteExts() local
1239 NewSExt->takeName(I); in reuniteExts()
1240 I->replaceAllUsesWith(NewSExt); in reuniteExts()
1241 NewSExt->setDebugLoc(I->getDebugLoc()); in reuniteExts()
1250 Instruction *NewSExt = in reuniteExts() local
1252 NewSExt->takeName(I); in reuniteExts()
1253 I->replaceAllUsesWith(NewSExt); in reuniteExts()
1254 NewSExt->setDebugLoc(I->getDebugLoc()); in reuniteExts()