Searched refs:isEmptySet (Results 1 – 15 of 15) sorted by relevance
79 if (CR.isEmptySet()) in makeAllowedICmpRegion()153 if (isFullSet() || isEmptySet()) { in getEquivalentICmp()154 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in getEquivalentICmp()278 if (ShAmt.isEmptySet()) { in makeGuaranteedNoWrapRegion()308 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange351 if (isEmptySet()) in isAllNegative()398 if (isFullSet() || Other.isEmptySet()) return true; in contains()399 if (isEmptySet() || Other.isFullSet()) return false; in contains()453 if ( isEmptySet() || CR.isFullSet()) return *this; in intersectWith()454 if (CR.isEmptySet() || isFullSet()) return CR; in intersectWith()[all …]
947 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
3374 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()3377 Assert(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()3392 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
220 if (NewR.isEmptySet()) in markConstantRange()229 if (NewR.isEmptySet()) in markConstantRange()
243 assert(!Offset.isEmptySet()); in offsetFromAlloca()260 assert(!AccessRange.isEmptySet()); in getAccessRange()465 assert(!CS.Offset.isEmptySet() && in updateOneUse()
5438 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()5440 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
1593 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()2686 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
9011 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
172 bool isEmptySet() const;
5275 if (!AssumedConstantRange.isEmptySet()) { in setRangeMetadataIfisBetterRange()5292 if (!AssumedConstantRange.isEmptySet() && in manifest()5431 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()5442 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
2486 if (RangeV.isEmptySet())
1503 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()1505 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
614 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
8636 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()
6332 const isEmptySet = (val) => val instanceof Set ? val.size === 0 : !val; function6465 if (isEmptySet(cont.listeners)) {6535 if (isEmptySet(cont.listeners)) {