Home
last modified time | relevance | path

Searched refs:computeConstantRange (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/llvm11/llvm-11.0.1.src/unittests/Analysis/
H A DValueTrackingTest.cpp1275 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1279 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1309 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1347 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
1352 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1380 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1407 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
1413 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1360 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1364 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1394 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1432 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
1437 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1465 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1492 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
1498 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1989 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1993 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2023 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2061 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
2066 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2094 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2122 ConstantRange CR1 = computeConstantRange(X1, true, &AC, I); in TEST_F()
2123 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I); in TEST_F()
2133 ConstantRange CR3 = computeConstantRange(X2, true, &AC, I, nullptr, 6); in TEST_F()
2154 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1575 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1579 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1609 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1647 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
1652 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1680 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1707 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
1713 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1846 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1850 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1880 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1918 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
1923 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1951 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1978 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
1984 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1962 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1966 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1996 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2034 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
2039 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2067 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2094 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
2100 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1846 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1850 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1880 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1918 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
1923 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1951 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1978 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
1984 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1962 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1966 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1996 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2034 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
2039 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2067 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2094 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
2100 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1962 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1966 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1996 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2034 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
2039 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2067 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2094 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
2100 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Analysis/
H A DValueTrackingTest.cpp1962 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1966 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1996 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2034 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
2039 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2067 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2094 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
2100 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp1962 ConstantRange CR1 = computeConstantRange(Stride, true, &AC, nullptr); in TEST_F()
1966 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
1996 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2034 ConstantRange CR = computeConstantRange(Stride, true, &AC, GT2); in TEST_F()
2039 ConstantRange CR2 = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2067 ConstantRange CR = computeConstantRange(Stride, true, &AC, I); in TEST_F()
2094 ConstantRange CR1 = computeConstantRange(X2, true, &AC, I); in TEST_F()
2100 ConstantRange CR2 = computeConstantRange(X2, true, &AC, I, 6); in TEST_F()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DValueTracking.h509 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DValueTracking.h509 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h509 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true);
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DValueTracking.h488 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DValueTracking.h534 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DValueTracking.h534 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h547 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h547 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h547 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DValueTracking.h549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DValueTracking.h549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DValueTracking.h549 ConstantRange computeConstantRange(const Value *V, bool UseInstrInfo = true,

123