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