Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:m_APInt

111     if (!match(Elt, m_APInt(IVal)) || !IVal->isPowerOf2())
142 match(C1, m_APInt(IVal)))
148 if (match(C1, m_APInt(IVal)) && IVal->isPowerOf2())