Searched refs:IsZero1 (Results 1 – 1 of 1) sorted by relevance
12756 bool IsZero1 = llvm::isNullOrNullSplat(N1, /*AllowUndefs*/ false); in matchShuffleWithPACK() local12758 if ((!N1.isUndef() && !IsZero1 && NumBits1 != NumSrcBits) || in matchShuffleWithPACK()12763 if ((N1.isUndef() || IsZero1 || DAG.MaskedValueIsZero(N1, ZeroMask)) && in matchShuffleWithPACK()12774 if ((N1.isUndef() || IsZero1 || IsAllOnes1 || in matchShuffleWithPACK()