Searched refs:isEmptySet (Results 1 – 17 of 17) sorted by relevance
82 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 ConstantRange409 if (isEmptySet()) in isAllNegative()456 if (isFullSet() || Other.isEmptySet()) return true; in contains()[all …]
1080 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
3859 Check(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()3862 Check(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()3877 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
222 if (CR.isEmptySet()) {352 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
75 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()
465 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
1182 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
1139 if (!CR.isEmptySet()) in getValueFromICmpCondition()
6863 if (Intersection.isEmptySet()) in isImpliedCondCommonOperandWithConstants()6865 if (Difference.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
1672 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()3052 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
10673 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
211 bool isEmptySet() const;
8998 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()
1398 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()1400 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
4491 if (RangeV.isEmptySet())
685 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
9470 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()