Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isPowerOf2

118     if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2())
211 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2())
239 if (Val.isNegative() && PosVal.isPowerOf2()) {
1125 RHS->getValue().isPowerOf2()) {