Home | History | Annotate | Download | only in InstCombine

Lines Matching full:bval

137   const APInt *BVal, *CVal;
138 if (!match(B, m_APInt(BVal)) || !match(C, m_APInt(CVal)))
143 BVal->sadd_ov(*CVal, Overflow);
145 BVal->ssub_ov(*CVal, Overflow);