Lines Matching full:newinst
1447 Instruction *NewInst;1449 NewInst = CallInst::Create(cast<CallInst>(I), OpBundles, I);1451 NewInst = InvokeInst::Create(cast<InvokeInst>(I), OpBundles, I);1452 NewInst->setDebugLoc(I->getDebugLoc());1453 NewInst->takeName(I);1454 I->replaceAllUsesWith(NewInst);