Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp2097 bool RangeHasOverflowHigh = false; in TestOverflowExhaustive() local
2108 RangeHasOverflowHigh = true; in TestOverflowExhaustive()
2118 EXPECT_FALSE(RangeHasOverflowHigh); in TestOverflowExhaustive()
2122 EXPECT_TRUE(RangeHasOverflowHigh); in TestOverflowExhaustive()
2128 EXPECT_FALSE(RangeHasOverflowHigh); in TestOverflowExhaustive()
2138 EXPECT_TRUE(RangeHasOverflowLow || RangeHasOverflowHigh); in TestOverflowExhaustive()