Searched refs:IsZero2 (Results 1 – 1 of 1) sorted by relevance
12757 bool IsZero2 = llvm::isNullOrNullSplat(N2, /*AllowUndefs*/ false); in matchShuffleWithPACK() local12759 (!N2.isUndef() && !IsZero2 && NumBits2 != NumSrcBits)) in matchShuffleWithPACK()12764 (N2.isUndef() || IsZero2 || DAG.MaskedValueIsZero(N2, ZeroMask))) { in matchShuffleWithPACK()12776 (N2.isUndef() || IsZero2 || IsAllOnes2 || in matchShuffleWithPACK()