Searched refs:AllowSExt (Results 1 – 1 of 1) sorted by relevance
13455 const NodeExtensionHelper &RHS, bool AllowSExt, in canFoldToVWWithSameExtensionImpl() argument13458 assert((AllowSExt || AllowZExt) && "Forgot to set what you want?"); in canFoldToVWWithSameExtensionImpl()13466 if (AllowSExt && LHS.SupportsSExt && RHS.SupportsSExt) in canFoldToVWWithSameExtensionImpl()