Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DConstantRangeTest.cpp708 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
711 EXPECT_FALSE(NSWRegion.isEmptySet()); in TEST()
717 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
726 for (APInt I = NSWRegion.getLower(), E = NSWRegion.getUpper(); I != E; in TEST()
753 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
756 EXPECT_FALSE(NSWRegion.isEmptySet()); in TEST()
762 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
771 for (APInt I = NSWRegion.getLower(), E = NSWRegion.getUpper(); I != E; in TEST()
/external/llvm/unittests/IR/
DConstantRangeTest.cpp624 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local
627 EXPECT_FALSE(NSWRegion.isEmptySet()); in TEST()
633 EXPECT_TRUE(NUWRegion.intersectWith(NSWRegion).contains(NoWrapRegion)); in TEST()
642 for (APInt I = NSWRegion.getLower(), E = NSWRegion.getUpper(); I != E; in TEST()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2005 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2007 if (NSWRegion.contains(SE->getSignedRange(Ops[1]))) in StrengthenNoWrapFlags()
3766 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
3768 if (NSWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp2345 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local
2347 if (NSWRegion.contains(SE->getSignedRange(Ops[1]))) in StrengthenNoWrapFlags()
4424 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local
4426 if (NSWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()