Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp1503 const int IntMax4Bits = 7; in TEST() local
1506 for (int Const : {0, -1, -2, 1, 2, IntMin4Bits, IntMax4Bits}) { in TEST()
1534 for (int Const : {0, -1, -2, 1, 2, IntMin4Bits, IntMax4Bits}) { in TEST()