Lines Matching defs:Not
1121 // Not all loads can be deleted, so make sure the old one is removed.
2191 "Not enough operands to replace all defs");
2247 "Not enough operands to replace all defs");
3631 auto Not = Builder.buildNot(MRI.getType(X), X);
3634 MI.getOperand(1).setReg(Not->getOperand(0).getReg());
6917 Register Not = MRI.createGenericVirtualRegister(CondTy);
6918 B.buildNot(Not, Cond);
6920 B.buildZExtOrTrunc(Inner, Not);
6944 Register Not = MRI.createGenericVirtualRegister(CondTy);
6945 B.buildNot(Not, Cond);
6947 B.buildSExtOrTrunc(Inner, Not);