Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:KnownZero

1582       APInt KnownZero(BitWidth, 0);
1584 computeKnownBits(&I, KnownZero, KnownOne, 0, &I);
1585 if ((IntVal | KnownZero).isAllOnesValue()) {