Searched refs:MulWillOverflow (Results 1 – 1 of 1) sorted by relevance
1016 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow() function1046 C0 == DivOpC && !MulWillOverflow(C0, C1, IsSigned)) { in SimplifyAddWithRemainder()