Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp909 if (isEmptySet() || Other.isEmptySet()) in add()
932 if (isEmptySet() || Other.isEmptySet()) in addWithNoWrap()
956 if (isEmptySet() || Other.isEmptySet()) in sub()
979 if (isEmptySet() || Other.isEmptySet()) in subWithNoWrap()
1011 if (isEmptySet() || Other.isEmptySet()) in multiply()
1062 if (isEmptySet() || Other.isEmptySet()) in smax()
1076 if (isEmptySet() || Other.isEmptySet()) in umax()
1090 if (isEmptySet() || Other.isEmptySet()) in smin()
1104 if (isEmptySet() || Other.isEmptySet()) in umin()
1243 if (isEmptySet() || RHS.isEmptySet()) in srem()
[all …]
H A DMetadata.cpp989 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp3661 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()
3664 Assert(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
3679 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h220 if (CR.isEmptySet()) {
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp73 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
279 if (SizeRange.isEmptySet()) in getAccessRange()
523 if (Access.isEmptySet()) in getArgumentAccessRange()
535 assert(!KV.second.isEmptySet() && in updateOneUse()
722 if (!Access.isEmptySet()) in resolveAllCalls()
H A DLoads.cpp468 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
H A DInstructionSimplify.cpp1635 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
2805 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
H A DValueTracking.cpp6498 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()
6500 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
H A DScalarEvolution.cpp9662 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h184 bool isEmptySet() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8124 if (!AssumedConstantRange.isEmptySet()) { in setRangeMetadataIfisBetterRange()
8141 if (!AssumedConstantRange.isEmptySet() && in manifest()
8379 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()
8387 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3964 if (RangeV.isEmptySet())
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1511 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1513 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp636 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9000 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()