Lines Matching refs:IsOverflowHigh
2101 bool IsOverflowHigh; in TestOverflowExhaustive() local
2102 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2107 if (IsOverflowHigh) in TestOverflowExhaustive()
2147 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2150 IsOverflowHigh = true; in TEST_F()
2160 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2163 IsOverflowHigh = false; in TEST_F()
2173 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2176 IsOverflowHigh = true; in TEST_F()
2186 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2189 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
2199 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2202 IsOverflowHigh = N1.isNonNegative(); in TEST_F()