Home
last modified time | relevance | path

Searched refs:isEmptySet (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantRange.cpp170 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfICmpPredicate()
179 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfInvertedICmpPredicate()
990 if (isEmptySet() || Other.isEmptySet()) in add()
1013 if (isEmptySet() || Other.isEmptySet()) in addWithNoWrap()
1037 if (isEmptySet() || Other.isEmptySet()) in sub()
1060 if (isEmptySet() || Other.isEmptySet()) in subWithNoWrap()
1092 if (isEmptySet() || Other.isEmptySet()) in multiply()
1140 if (isEmptySet() || Other.isEmptySet()) in smul_fast()
1162 if (isEmptySet() || Other.isEmptySet()) in smax()
1176 if (isEmptySet() || Other.isEmptySet()) in umax()
[all …]
H A DMetadata.cpp1080 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp3794 Check(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()
3797 Check(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
3812 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp65 if (!CR.isEmptySet()) { in ForeachNumInConstantRange()
136 EXPECT_TRUE(CR.isEmptySet()); in TestRange()
253 EXPECT_FALSE(Full.isEmptySet()); in TEST_F()
263 EXPECT_TRUE(Empty.isEmptySet()); in TEST_F()
273 EXPECT_FALSE(One.isEmptySet()); in TEST_F()
283 EXPECT_FALSE(Some.isEmptySet()); in TEST_F()
292 EXPECT_FALSE(Wrap.isEmptySet()); in TEST_F()
1427 .isEmptySet()); in TEST()
1729 if (CR.isEmptySet()) in TestNoWrapRegionExhaustive()
2135 if (CR1.isEmptySet() || CR2.isEmptySet()) in TestOverflowExhaustive()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueLattice.h222 if (CR.isEmptySet()) {
352 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp75 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
292 if (SizeRange.isEmptySet()) in getAccessRange()
602 if (Access.isEmptySet()) in getArgumentAccessRange()
614 assert(!KV.second.isEmptySet() && in updateOneUse()
800 if (!Access.isEmptySet()) in resolveAllCalls()
H A DLoads.cpp464 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
H A DBasicAliasAnalysis.cpp1266 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
H A DLazyValueInfo.cpp1134 if (!CR.isEmptySet()) in getValueFromICmpCondition()
H A DInstructionSimplify.cpp1643 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
2988 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
H A DValueTracking.cpp6676 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()
6678 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
H A DScalarEvolution.cpp10373 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DConstantRange.h211 bool isEmptySet() const;
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp2185 EXPECT_TRUE(CR.isEmptySet()); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8223 if (!AssumedConstantRange.isEmptySet()) { in setRangeMetadataIfisBetterRange()
8240 if (!AssumedConstantRange.isEmptySet() && in manifest()
8478 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()
8486 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4322 if (RangeV.isEmptySet())
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1507 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1509 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp676 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9221 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()