Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SIGN_EXTEND

93   case ISD::SIGN_EXTEND:
289 unsigned Opc = VT.isByteSized() ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
398 if (N->getOpcode() == ISD::SIGN_EXTEND)
797 case ISD::SIGN_EXTEND: Res = PromoteIntOp_SIGN_EXTEND(N); break;
1123 case ISD::SIGN_EXTEND: ExpandIntRes_SIGN_EXTEND(N, Lo, Hi); break;
2173 Lo = DAG.getNode(ISD::SIGN_EXTEND, dl, NVT, N->getOperand(0));