Home
last modified time | relevance | path

Searched refs:IsOverflowHigh (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp2101 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()
2189 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]