Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp80 if (CR.isEmptySet()) in makeAllowedICmpRegion()
154 if (isFullSet() || isEmptySet()) { in getEquivalentICmp()
155 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in getEquivalentICmp()
284 if (ShAmt.isEmptySet()) { in makeGuaranteedNoWrapRegion()
314 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange
357 if (isEmptySet()) in isAllNegative()
404 if (isFullSet() || Other.isEmptySet()) return true; in contains()
405 if (isEmptySet() || Other.isFullSet()) return false; in contains()
422 if (isEmptySet()) in getActiveBits()
429 if (isEmptySet()) in getMinSignedBits()
[all …]
H A DMetadata.cpp983 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp3695 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()
3698 Assert(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
3713 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueLattice.h220 if (CR.isEmptySet()) {
350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp73 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
277 if (SizeRange.isEmptySet()) in getAccessRange()
521 if (Access.isEmptySet()) in getArgumentAccessRange()
533 assert(!KV.second.isEmptySet() && in updateOneUse()
720 if (!Access.isEmptySet()) in resolveAllCalls()
H A DLoads.cpp468 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
H A DValueTracking.cpp6431 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()
6433 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
H A DInstructionSimplify.cpp1607 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
2769 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
H A DScalarEvolution.cpp9406 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h184 bool isEmptySet() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp7140 if (!AssumedConstantRange.isEmptySet()) { in setRangeMetadataIfisBetterRange()
7157 if (!AssumedConstantRange.isEmptySet() && in manifest()
7336 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()
7344 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3548 if (RangeV.isEmptySet())
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1488 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1490 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp642 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8942 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()