Lines Matching defs:Not
688 // Not demanding any bits/elts from Op.
1188 // Not demanding any bits/elts from Op.
1657 SDValue Not = TLO.DAG.getNOT(dl, Op0.getOperand(0), VT);
1658 return TLO.CombineTo(Op, TLO.DAG.getNode(Op0Opcode, dl, VT, Not,
3109 // Not demanding any elements from Op.
5329 SDValue Not = DAG.getNOT(dl, N1, OpVT);
5330 return DAG.getSetCC(dl, VT, Not, N0.getOperand(0), Cond);
5674 assert(*(Constraint.end() - 1) == '}' && "Not a brace enclosed constraint?");
8180 assert(Node->getNumOperands() == 3 && "Not a double-shift!");
9414 SDValue Not = DAG.getNode(ISD::VP_XOR, dl, VT, Op,
9418 SDValue Tmp = DAG.getNode(ISD::VP_AND, dl, VT, Not, MinusOne, Mask, VL);
10739 SDValue Not = DAG.getNOT(dl, OverflowMask, VT);
10740 return DAG.getNode(ISD::AND, dl, VT, SumDiff, Not);