Home
last modified time | relevance | path

Searched refs:NUWRegion (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/llvm80/llvm-8.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp703 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
706 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
717 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
719 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
748 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
751 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
762 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
764 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm70/llvm-7.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp703 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
706 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
717 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
719 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
748 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
751 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
762 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
764 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp1154 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1157 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1164 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1182 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1185 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1192 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DConstantRangeTest.cpp1425 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1428 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1435 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1453 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1456 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1463 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp1425 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1428 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1435 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1453 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1456 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1463 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DConstantRangeTest.cpp1567 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1570 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1577 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1595 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1598 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1605 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp1509 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1512 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1519 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1537 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1540 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1547 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp1425 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1428 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1435 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1453 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1456 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1463 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp1567 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1570 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1577 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1595 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1598 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1605 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp1509 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1512 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1519 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1537 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1540 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1547 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp1567 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1570 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1577 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1595 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1598 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1605 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DConstantRangeTest.cpp1509 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1512 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1519 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1537 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1540 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1547 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp1425 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1428 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1435 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1453 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1456 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1463 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp1567 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1570 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1577 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1595 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1598 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1605 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DConstantRangeTest.cpp1567 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1570 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1577 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1595 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1598 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1605 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DConstantRangeTest.cpp1567 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1570 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1577 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
1595 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
1598 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
1605 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DScalarEvolution.cpp2139 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2141 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4254 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4256 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp2398 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2400 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4463 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4465 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp2139 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2141 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4251 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4253 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp2398 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2400 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4463 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4465 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2398 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2400 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4463 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4465 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp2387 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2389 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4452 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4454 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp2351 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2353 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4439 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4441 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DScalarEvolution.cpp2353 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2355 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4434 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4436 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp2283 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2285 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4420 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4422 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()

12