Searched refs:IsOverflowHigh (Results 1 – 1 of 1) sorted by relevance
2101 bool IsOverflowHigh; in TestOverflowExhaustive() local2102 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()2107 if (IsOverflowHigh) in TestOverflowExhaustive()2147 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument2150 IsOverflowHigh = true; in TEST_F()2160 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument2163 IsOverflowHigh = false; in TEST_F()2173 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument2176 IsOverflowHigh = true; in TEST_F()2189 IsOverflowHigh = N1.isNonNegative(); in TEST_F()[all …]