Home | History | Annotate | Download | only in Utils

Lines Matching defs:NT

1078   Instruction *NT = I1->clone();
1079 BIParent->getInstList().insert(BI, NT);
1080 if (!NT->getType()->isVoidTy()) {
1081 I1->replaceAllUsesWith(NT);
1082 I2->replaceAllUsesWith(NT);
1083 NT->takeName(I1);
1086 IRBuilder<true, NoFolder> Builder(NT);
1100 // These values do not agree. Insert a select instruction before NT