Searched refs:isEmptySet (Results 1 – 15 of 15) sorted by relevance
80 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 ConstantRange357 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 …]
983 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
3695 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()3698 Assert(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()3713 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
220 if (CR.isEmptySet()) {350 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
73 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()
468 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
6431 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()6433 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
1607 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()2769 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
9406 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
184 bool isEmptySet() const;
7140 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()
3548 if (RangeV.isEmptySet())
1488 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()1490 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
642 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
8942 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()