Searched refs:isEmptySet (Results 1 – 20 of 20) 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()244 if (isEmptySet() || Other.isEmptySet()) in icmp()370 if (ShAmt.isEmptySet()) { in makeGuaranteedNoWrapRegion()417 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange459 if (isEmptySet()) in isAllNegative()[all …]
38 if (NewRange.isEmptySet()) in insert()85 if (SubRange.isEmptySet() || empty()) in subtract()
1246 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
4158 Check(!CurRange.isEmptySet() && (IsAbsoluteSymbol || !CurRange.isFullSet()), in verifyRangeMetadata()4161 Check(CurRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()4176 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()
219 if (CR.isEmptySet()) {364 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
75 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe() 316 if (SizeRange.isEmptySet()) in getAccessRange() 634 if (Access.isEmptySet()) in getArgumentAccessRange() 646 assert(!KV.second.isEmptySet() && in updateOneUse() 832 if (!Access.isEmptySet()) in resolveAllCalls()
498 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
1301 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
1219 if (!CR.isEmptySet()) in getValueFromICmpCondition()
1682 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()3054 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
10715 if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
216 bool isEmptySet() const;
824 return !Assumed.isEmptySet() && IntegerRangeState::isValidState(); in isValidState()
1814 if (CopyOfCR.isEmptySet()) in handleCallResult()
686 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
9147 if (!AssumedConstantRange.isEmptySet()) { in setRangeMetadataIfisBetterRange()9164 if (!AssumedConstantRange.isEmptySet() && in manifest()9406 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()9414 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
1358 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()1360 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
4155 if (CR->isEmptySet()) in foldXorOfICmps()
4922 if (RangeV.isEmptySet())
10385 if (!CR || CR->isFullSet() || CR->isEmptySet() || CR->isUpperWrapped()) in lowerRangeToAssertZExt()