Searched refs:NUWRegion (Results 1 – 4 of 4) sorted by relevance
703 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local706 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() local751 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()
619 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in TEST() local622 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()
2011 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local2013 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()3776 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local3778 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()
2353 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in StrengthenNoWrapFlags() local2355 if (NUWRegion.contains(SE->getUnsignedRange(Ops[1]))) in StrengthenNoWrapFlags()4434 auto NUWRegion = ConstantRange::makeGuaranteedNoWrapRegion( in proveNoWrapViaConstantRanges() local4436 if (NUWRegion.contains(AddRecRange)) in proveNoWrapViaConstantRanges()