Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SIGN_EXTEND

95   case ISD::SIGN_EXTEND:
318 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
428 if (N->getOpcode() == ISD::SIGN_EXTEND)
825 case ISD::SIGN_EXTEND: Res = PromoteIntOp_SIGN_EXTEND(N); break;
1146 case ISD::SIGN_EXTEND: ExpandIntRes_SIGN_EXTEND(N, Lo, Hi); break;
2174 Lo = DAG.getNode(ISD::SIGN_EXTEND, dl, NVT, N->getOperand(0));