Lines Matching refs:SupportsSExt
14271 /// Note: SupportsZExt and SupportsSExt are not mutually exclusive. For
14274 bool SupportsSExt;
14515 SupportsSExt = true;
14532 SupportsSExt = true;
14546 SupportsSExt = false;
14567 SupportsSExt = Opc == ISD::SIGN_EXTEND;
14574 SupportsSExt = true;
14669 SupportsSExt =
14811 if ((AllowExtMask & ExtKind::SExt) && LHS.SupportsSExt && RHS.SupportsSExt)
14858 if (RHS.SupportsSExt && (!RHS.isSplat() || AllowSplatInVW_W))
14910 if (!LHS.SupportsSExt || !RHS.SupportsZExt)