Searched refs:AllowExtMask (Results 1 – 1 of 1) sorted by relevance
14805 uint8_t AllowExtMask, SelectionDAG &DAG, in canFoldToVWWithSameExtensionImpl() argument14807 if ((AllowExtMask & ExtKind::ZExt) && LHS.SupportsZExt && RHS.SupportsZExt) in canFoldToVWWithSameExtensionImpl()14811 if ((AllowExtMask & ExtKind::SExt) && LHS.SupportsSExt && RHS.SupportsSExt) in canFoldToVWWithSameExtensionImpl()14815 if ((AllowExtMask & ExtKind::FPExt) && LHS.SupportsFPExt && RHS.SupportsFPExt) in canFoldToVWWithSameExtensionImpl()