Searched refs:Zero2 (Results 1 – 2 of 2) sorted by relevance
1303 bool Zero1 = (Props1 & P::Zero), Zero2 = (Props2 & P::Zero); in evaluateCMPpp() local1305 if (Zero1 && Zero2) { in evaluateCMPpp()1310 if ((Zero1 && NonZero2) || (NonZero1 && Zero2)) in evaluateCMPpp()1322 if (NonZero1 && Zero2) { in evaluateCMPpp()
9347 bool Undef1 = true, Undef2 = true, Zero1 = true, Zero2 = true; in matchVectorShuffleWithUNPCK() local9354 Zero2 &= isUndefOrZero(M2); in matchVectorShuffleWithUNPCK()9356 assert(!((Undef1 || Zero1) && (Undef2 || Zero2)) && in matchVectorShuffleWithUNPCK()9378 if (IsUnary && (Zero1 || Zero2)) { in matchVectorShuffleWithUNPCK()9389 if ((((i & 1) == 0) && Zero1) || (((i & 1) == 1) && Zero2) || in matchVectorShuffleWithUNPCK()9399 V2 = Zero2 ? getZeroVector(VT, Subtarget, DAG, DL) : V1; in matchVectorShuffleWithUNPCK()