Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:I0

574       APInt I0 = C0->getValue();
575 if ((I0 + 1).isPowerOf2() && (I0 | KnownZero).isAllOnesValue()) {