Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
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()
/external/llvm/unittests/IR/
DConstantRangeTest.cpp619 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
622 EXPECT_FALSE(NUWRegion.isEmptySet()); in TEST()
633 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
635 for (APInt I = NUWRegion.getLower(), E = NUWRegion.getUpper(); I != E; in TEST()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2011 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2013 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()
3776 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
3778 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
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()