Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp762 if (isEmptySet() || Other.isEmptySet()) in add()
795 if (isEmptySet() || Other.isEmptySet()) in sub()
820 if (isEmptySet() || Other.isEmptySet()) in multiply()
871 if (isEmptySet() || Other.isEmptySet()) in smax()
884 if (isEmptySet() || Other.isEmptySet()) in umax()
897 if (isEmptySet() || Other.isEmptySet()) in smin()
910 if (isEmptySet() || Other.isEmptySet()) in umin()
950 if (isEmptySet() || Other.isEmptySet()) in binaryAnd()
963 if (isEmptySet() || Other.isEmptySet()) in binaryOr()
976 if (isEmptySet() || Other.isEmptySet()) in shl()
[all …]
H A DMetadata.cpp946 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp3253 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()
3256 Assert(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
3271 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DValueLattice.h221 if (NewR.isEmptySet()) in markConstantRange()
230 if (NewR.isEmptySet()) in markConstantRange()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp242 assert(!Offset.isEmptySet()); in offsetFromAlloca()
259 assert(!AccessRange.isEmptySet()); in getAccessRange()
462 assert(!CS.Offset.isEmptySet() && in updateOneUse()
H A DInstructionSimplify.cpp1501 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
2719 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
3095 if (AbsRange.intersectWith(CmpRange).isEmptySet()) in simplifyICmpWithAbsNabs()
H A DValueTracking.cpp5283 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()
5285 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
H A DScalarEvolution.cpp8869 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantRange.h139 bool isEmptySet() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp411 if (NWRegion.isEmptySet()) in willNotOverflow()
641 if (!NUWRange.isEmptySet()) { in processAdd()
650 if (!NSWRange.isEmptySet()) { in processAdd()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1411 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1413 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp605 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8026 if (CR.isFullSet() || CR.isEmptySet() || CR.isWrappedSet()) in lowerRangeToAssertZExt()