Home
last modified time | relevance | path

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

/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp1731 bool IsOverflowHigh; in TestOverflowExhaustive() local
1732 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
1737 if (IsOverflowHigh) in TestOverflowExhaustive()
1777 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
1780 IsOverflowHigh = true; in TEST_F()
1790 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
1793 IsOverflowHigh = false; in TEST_F()
1803 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
1806 IsOverflowHigh = true; in TEST_F()
1819 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DConstantRangeTest.cpp2000 bool IsOverflowHigh; in TestOverflowExhaustive() local
2001 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2006 if (IsOverflowHigh) in TestOverflowExhaustive()
2046 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2049 IsOverflowHigh = true; in TEST_F()
2059 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2062 IsOverflowHigh = false; in TEST_F()
2072 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2075 IsOverflowHigh = true; in TEST_F()
2088 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp2000 bool IsOverflowHigh; in TestOverflowExhaustive() local
2001 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2006 if (IsOverflowHigh) in TestOverflowExhaustive()
2046 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2049 IsOverflowHigh = true; in TEST_F()
2059 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2062 IsOverflowHigh = false; in TEST_F()
2072 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2075 IsOverflowHigh = true; in TEST_F()
2088 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DConstantRangeTest.cpp2142 bool IsOverflowHigh; in TestOverflowExhaustive() local
2143 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2148 if (IsOverflowHigh) in TestOverflowExhaustive()
2188 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2191 IsOverflowHigh = true; in TEST_F()
2201 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2204 IsOverflowHigh = false; in TEST_F()
2214 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2217 IsOverflowHigh = true; in TEST_F()
2230 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp2084 bool IsOverflowHigh; in TestOverflowExhaustive() local
2085 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2090 if (IsOverflowHigh) in TestOverflowExhaustive()
2130 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2133 IsOverflowHigh = true; in TEST_F()
2143 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2146 IsOverflowHigh = false; in TEST_F()
2156 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2159 IsOverflowHigh = true; in TEST_F()
2172 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp2000 bool IsOverflowHigh; in TestOverflowExhaustive() local
2001 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2006 if (IsOverflowHigh) in TestOverflowExhaustive()
2046 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2049 IsOverflowHigh = true; in TEST_F()
2059 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2062 IsOverflowHigh = false; in TEST_F()
2072 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2075 IsOverflowHigh = true; in TEST_F()
2088 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2142 bool IsOverflowHigh; in TestOverflowExhaustive() local
2143 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2148 if (IsOverflowHigh) in TestOverflowExhaustive()
2188 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2191 IsOverflowHigh = true; in TEST_F()
2201 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2204 IsOverflowHigh = false; in TEST_F()
2214 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2217 IsOverflowHigh = true; in TEST_F()
2230 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp2084 bool IsOverflowHigh; in TestOverflowExhaustive() local
2085 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2090 if (IsOverflowHigh) in TestOverflowExhaustive()
2130 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2133 IsOverflowHigh = true; in TEST_F()
2143 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2146 IsOverflowHigh = false; in TEST_F()
2156 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2159 IsOverflowHigh = true; in TEST_F()
2172 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp2142 bool IsOverflowHigh; in TestOverflowExhaustive() local
2143 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2148 if (IsOverflowHigh) in TestOverflowExhaustive()
2188 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2191 IsOverflowHigh = true; in TEST_F()
2201 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2204 IsOverflowHigh = false; in TEST_F()
2214 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2217 IsOverflowHigh = true; in TEST_F()
2230 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DConstantRangeTest.cpp2084 bool IsOverflowHigh; in TestOverflowExhaustive() local
2085 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2090 if (IsOverflowHigh) in TestOverflowExhaustive()
2130 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2133 IsOverflowHigh = true; in TEST_F()
2143 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2146 IsOverflowHigh = false; in TEST_F()
2156 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2159 IsOverflowHigh = true; in TEST_F()
2172 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp2000 bool IsOverflowHigh; in TestOverflowExhaustive() local
2001 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2006 if (IsOverflowHigh) in TestOverflowExhaustive()
2046 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2049 IsOverflowHigh = true; in TEST_F()
2059 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2062 IsOverflowHigh = false; in TEST_F()
2072 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2075 IsOverflowHigh = true; in TEST_F()
2088 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp2142 bool IsOverflowHigh; in TestOverflowExhaustive() local
2143 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2148 if (IsOverflowHigh) in TestOverflowExhaustive()
2188 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2191 IsOverflowHigh = true; in TEST_F()
2201 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2204 IsOverflowHigh = false; in TEST_F()
2214 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2217 IsOverflowHigh = true; in TEST_F()
2230 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp2142 bool IsOverflowHigh; in TestOverflowExhaustive() local
2143 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2148 if (IsOverflowHigh) in TestOverflowExhaustive()
2188 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2191 IsOverflowHigh = true; in TEST_F()
2201 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2204 IsOverflowHigh = false; in TEST_F()
2214 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2217 IsOverflowHigh = true; in TEST_F()
2230 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp2142 bool IsOverflowHigh; in TestOverflowExhaustive() local
2143 if (!OverflowFn(IsOverflowHigh, N1, N2)) { in TestOverflowExhaustive()
2148 if (IsOverflowHigh) in TestOverflowExhaustive()
2188 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2191 IsOverflowHigh = true; in TEST_F()
2201 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2204 IsOverflowHigh = false; in TEST_F()
2214 [](bool &IsOverflowHigh, const APInt &N1, const APInt &N2) { in TEST_F() argument
2217 IsOverflowHigh = true; in TEST_F()
2230 IsOverflowHigh = N1.isNonNegative(); in TEST_F()
[all …]