Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp82 if (isEmptySet()) in toKnownBits()
99 if (CR.isEmptySet()) in makeAllowedICmpRegion()
171 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfICmpPredicate()
180 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfInvertedICmpPredicate()
208 if (isFullSet() || isEmptySet()) { in getEquivalentICmp()
209 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in getEquivalentICmp()
337 if (ShAmt.isEmptySet()) { in makeGuaranteedNoWrapRegion()
367 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange
409 if (isEmptySet()) in isAllNegative()
456 if (isFullSet() || Other.isEmptySet()) return true; in contains()
[all …]
H A DMetadata.cpp1080 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp3859 Check(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()
3862 Check(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
3877 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueLattice.h222 if (CR.isEmptySet()) {
352 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
/openbsd-src/gnu/llvm/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.cpp465 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
H A DBasicAliasAnalysis.cpp1182 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
H A DLazyValueInfo.cpp1139 if (!CR.isEmptySet()) in getValueFromICmpCondition()
H A DValueTracking.cpp6863 if (Intersection.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
6865 if (Difference.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
H A DInstructionSimplify.cpp1672 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
3052 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
H A DScalarEvolution.cpp10673 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h211 bool isEmptySet() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp8998 if (!AssumedConstantRange.isEmptySet()) { in setRangeMetadataIfisBetterRange()
9015 if (!AssumedConstantRange.isEmptySet() && in manifest()
9253 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()
9261 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1398 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1400 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4491 if (RangeV.isEmptySet())
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp685 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9470 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()