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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp1178 Instruction *NewSExt = new SExtInst(Dom, I->getType(), "", I); local
1179 NewSExt->takeName(I);
1180 I->replaceAllUsesWith(NewSExt);

Completed in 90 milliseconds