Searched refs:IsN0ZExt (Results 1 – 1 of 1) sorted by relevance
5380 bool IsN0ZExt = isZeroExtended(N0, DAG); in selectUmullSmull() local5383 if (IsN0ZExt && IsN1ZExt) in selectUmullSmull()5390 if (IsN0ZExt || IsN1ZExt) { in selectUmullSmull()5391 if (DAG.MaskedValueIsZero(IsN0ZExt ? N1 : N0, Mask)) in selectUmullSmull()5421 if (IsN0ZExt && isAddSubZExt(N1, DAG)) { in selectUmullSmull()