Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isPowerOf2

589       if ((I0 + 1).isPowerOf2() && (I0 | KnownZero).isAllOnesValue()) {
722 if (RA.isPowerOf2()) {