Searched refs:ForeachNumInConstantRange (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 185 ForeachNumInConstantRange(CR, [&](const APInt &N) { in TestUnaryOpExhaustive() 234 ForeachNumInConstantRange(CR1, [&](const APInt &N1) { in TestBinaryOpExhaustive() 635 ForeachNumInConstantRange(CR, [&](const APInt &N) { in TEST_F() 662 ForeachNumInConstantRange(CR, [&](const APInt &N) { in TEST_F() 1170 ForeachNumInConstantRange(CR1, [&](const APInt &N1) { in TEST_F() 1171 ForeachNumInConstantRange(CR2, [&](const APInt &N2) { in TEST_F() 1739 ForeachNumInConstantRange(CR, [&](const APInt &N2) { in TestNoWrapRegionExhaustive() 2099 ForeachNumInConstantRange(CR1, [&](const APInt &N1) { in TestOverflowExhaustive() 2100 ForeachNumInConstantRange(CR2, [&](const APInt &N2) { in TestOverflowExhaustive() 2274 ForeachNumInConstantRange(CR, [&](const APInt &N) { in TEST_F() [all …]
|