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.cpp1298 Instruction *NewSExt = in reuniteExts() local
1300 NewSExt->takeName(I); in reuniteExts()
1301 I->replaceAllUsesWith(NewSExt); in reuniteExts()
1302 NewSExt->setDebugLoc(I->getDebugLoc()); in reuniteExts()
1311 Instruction *NewSExt = in reuniteExts() local
1313 NewSExt->takeName(I); in reuniteExts()
1314 I->replaceAllUsesWith(NewSExt); in reuniteExts()
1315 NewSExt->setDebugLoc(I->getDebugLoc()); in reuniteExts()