Lines Matching refs:SupportsZExt
14269 bool SupportsZExt;
14271 /// Note: SupportsZExt and SupportsSExt are not mutually exclusive. For
14519 SupportsZExt = true;
14536 SupportsZExt = true;
14545 SupportsZExt = false;
14566 SupportsZExt = Opc == ISD::ZERO_EXTEND;
14571 SupportsZExt = true;
14667 SupportsZExt =
14807 if ((AllowExtMask & ExtKind::ZExt) && LHS.SupportsZExt && RHS.SupportsZExt)
14854 if (RHS.SupportsZExt && (!RHS.isSplat() || AllowSplatInVW_W))
14910 if (!LHS.SupportsSExt || !RHS.SupportsZExt)