Lines Matching defs:NT
1830 Instruction *NT = I1->clone();
1831 NT->insertInto(TIParent, TI->getIterator());
1832 if (!NT->getType()->isVoidTy()) {
1833 I1->replaceAllUsesWith(NT);
1835 OtherSuccTI->replaceAllUsesWith(NT);
1836 NT->takeName(I1);
1847 NT->setDebugLoc(DILocation::getMergedLocations(Locs));
1849 // PHIs created below will adopt NT's merged DebugLoc.
1850 IRBuilder<NoFolder> Builder(NT);
1866 // These values do not agree. Insert a select instruction before NT