Home
last modified time | relevance | path

Searched defs:ConstantRange (Results 1 – 25 of 102) sorted by relevance

12345

/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DTypeFinder.cpp42 // Get types from aliases. in ConstantRange()
46 incorporateValue(Aliasee); in ConstantRange()
49 // Get types from functions. in ConstantRange()
/dports/devel/llvm80/llvm-8.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp636 TEST(ConstantRange, MakeAllowedICmpRegion) { in TEST() argument
643 TEST(ConstantRange, MakeSatisfyingICmpRegion) { in TEST() argument
695 TEST(ConstantRange, MakeGuaranteedNoWrapRegion) { in TEST() argument
942 TEST(ConstantRange, GetEquivalentICmp) { in TEST() argument
1024 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedSingleValue) { in TEST() argument
1042 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulSignedSingleValue) { in TEST() argument
1063 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedAndSignedSingleValue) { in TEST() argument
1083 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedRange) { in TEST() argument
1100 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulSignedRange) { in TEST() argument
/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp636 TEST(ConstantRange, MakeAllowedICmpRegion) { in TEST() argument
643 TEST(ConstantRange, MakeSatisfyingICmpRegion) { in TEST() argument
695 TEST(ConstantRange, MakeGuaranteedNoWrapRegion) { in TEST() argument
942 TEST(ConstantRange, GetEquivalentICmp) { in TEST() argument
1024 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedSingleValue) { in TEST() argument
1042 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulSignedSingleValue) { in TEST() argument
1063 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedAndSignedSingleValue) { in TEST() argument
1083 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedRange) { in TEST() argument
1100 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulSignedRange) { in TEST() argument
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A DConstantRange.cpp33 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) { in ConstantRange() function in ConstantRange
42 ConstantRange::ConstantRange(const APInt &V) : Lower(V), Upper(V + 1) {} in ConstantRange() function in ConstantRange
44 ConstantRange::ConstantRange(const APInt &L, const APInt &U) : in ConstantRange() function in ConstantRange
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DLazyValueInfo.h23 class ConstantRange; variable
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DLazyValueInfo.h24 class ConstantRange; variable
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DLazyValueInfo.h24 class ConstantRange; variable
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp1087 TEST(ConstantRange, MakeAllowedICmpRegion) { in TEST() argument
1094 TEST(ConstantRange, MakeSatisfyingICmpRegion) { in TEST() argument
1146 TEST(ConstantRange, MakeGuaranteedNoWrapRegion) { in TEST() argument
1340 TEST(ConstantRange, NoWrapRegionExhaustive) { in TEST() argument
1385 TEST(ConstantRange, GetEquivalentICmp) { in TEST() argument
1467 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedSingleValue) { in TEST() argument
1485 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulSignedSingleValue) { in TEST() argument
1506 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulUnsignedRange) { in TEST() argument
1523 TEST(ConstantRange, MakeGuaranteedNoWrapRegionMulSignedRange) { in TEST() argument
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DConstantRange.cpp42 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange() function in ConstantRange
46 ConstantRange::ConstantRange(APInt V) in ConstantRange() function in ConstantRange
49 ConstantRange::ConstantRange(APInt L, APInt U) in ConstantRange() function in ConstantRange
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/
H A DInstructions.h29 class ConstantRange; variable
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DConstantRange.cpp42 ConstantRange::ConstantRange(uint32_t BitWidth, bool Full) in ConstantRange() function in ConstantRange
46 ConstantRange::ConstantRange(APInt V) in ConstantRange() function in ConstantRange
49 ConstantRange::ConstantRange(APInt L, APInt U) in ConstantRange() function in ConstantRange

12345