Home | History | Annotate | Download | only in InstCombine

Lines Matching full:negative2

374     APInt Negative2(I.getType()->getPrimitiveSizeInBits(), (uint64_t)-2, true);
377 if (MaskedValueIsZero(Op0, Negative2, 0, &I))
379 else if (MaskedValueIsZero(Op1, Negative2, 0, &I))