Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp2096 bool RangeHasOverflowLow = false; in TestOverflowExhaustive() local
2110 RangeHasOverflowLow = true; in TestOverflowExhaustive()
2117 EXPECT_TRUE(RangeHasOverflowLow); in TestOverflowExhaustive()
2123 EXPECT_FALSE(RangeHasOverflowLow); in TestOverflowExhaustive()
2127 EXPECT_FALSE(RangeHasOverflowLow); in TestOverflowExhaustive()
2138 EXPECT_TRUE(RangeHasOverflowLow || RangeHasOverflowHigh); in TestOverflowExhaustive()