Lines Matching defs:IsOverflowHigh
2313 bool IsOverflowHigh;
2314 if (!OverflowFn(IsOverflowHigh, N1, N2)) {
2319 if (IsOverflowHigh)
2359 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) {
2362 IsOverflowHigh = true;
2372 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) {
2375 IsOverflowHigh = false;
2385 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) {
2388 IsOverflowHigh = true;
2398 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) {
2401 IsOverflowHigh = N1.isNonNegative();
2411 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) {
2414 IsOverflowHigh = N1.isNonNegative();