Searched refs:AllowZExt (Results 1 – 1 of 1) sorted by relevance
9330 bool AllowZExt) { in canFoldToVWWithSameExtensionImpl() argument9331 assert((AllowSExt || AllowZExt) && "Forgot to set what you want?"); in canFoldToVWWithSameExtensionImpl()9334 if (AllowZExt && LHS.SupportsZExt && RHS.SupportsZExt) in canFoldToVWWithSameExtensionImpl()