Home | History | Annotate | Download | only in Utils

Lines Matching defs:NT

1083   Instruction *NT = I1->clone();
1084 BIParent->getInstList().insert(BI, NT);
1085 if (!NT->getType()->isVoidTy()) {
1086 I1->replaceAllUsesWith(NT);
1087 I2->replaceAllUsesWith(NT);
1088 NT->takeName(I1);
1091 IRBuilder<true, NoFolder> Builder(NT);
1105 // These values do not agree. Insert a select instruction before NT