Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isPowerOf2

109     if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2())
143 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2())
176 if (Val.isNegative() && PosVal.isPowerOf2()) {
923 RHS->getValue().isPowerOf2()) {