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