Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:N0Opc

2080         unsigned N0Opc = N0->getOpcode();
2081 bool SExt = (N0Opc == ISD::SIGN_EXTEND);
2084 (N0Opc == ISD::ZERO_EXTEND || N0Opc == ISD::SIGN_EXTEND) &&