Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N11

1470     SDValue N11 = N1.getOperand(1);
1475 DAG.getNode(ISD::ADD, SDLoc(N1), VT, N01, N11));
6149 SDValue N11 = N1->getOperand(1);
6151 if (N10 == N0 && isNegatibleForFree(N11, LegalOperations, TLI,
6153 return GetNegatedExpression(N11, DAG, LegalOperations);
6155 if (N11 == N0 && isNegatibleForFree(N10, LegalOperations, TLI,