Searched refs:NSWRegion (Results 1 – 4 of 4) sorted by relevance
708 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local711 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() local756 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()
624 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local627 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()
2005 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local2007 if (NSWRegion.contains(SE->getSignedRange(Ops[1]))) in StrengthenNoWrapFlags()3766 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local3768 if (NSWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
2345 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local2347 if (NSWRegion.contains(SE->getSignedRange(Ops[1]))) in StrengthenNoWrapFlags()4424 auto NSWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local4426 if (NSWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()