Home | History | Annotate | Download | only in Utils

Lines Matching refs:NT

909   Instruction *NT = I1->clone();
910 BIParent->getInstList().insert(BI, NT);
911 if (!NT->getType()->isVoidTy()) {
912 I1->replaceAllUsesWith(NT);
913 I2->replaceAllUsesWith(NT);
914 NT->takeName(I1);
917 IRBuilder<true, NoFolder> Builder(NT);
931 // These values do not agree. Insert a select instruction before NT