Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
244 if (isEmptySet() || Other.isEmptySet()) in icmp()
370 if (ShAmt.isEmptySet()) { in makeGuaranteedNoWrapRegion()
417 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange
459 if (isEmptySet()) in isAllNegative()
[all …]
H A DConstantRangeList.cpp38 if (NewRange.isEmptySet()) in insert()
85 if (SubRange.isEmptySet() || empty()) in subtract()
H A DMetadata.cpp1246 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp4158 Check(!CurRange.isEmptySet() && (IsAbsoluteSymbol || !CurRange.isFullSet()), in verifyRangeMetadata()
4161 Check(CurRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()
4176 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h219 if (CR.isEmptySet()) {
364 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp75 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()
H A DLoads.cpp498 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
H A DBasicAliasAnalysis.cpp1301 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
H A DLazyValueInfo.cpp1219 if (!CR.isEmptySet()) in getValueFromICmpCondition()
H A DInstructionSimplify.cpp1682 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
3054 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
H A DScalarEvolution.cpp10715 if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h216 bool isEmptySet() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp824 return !Assumed.isEmptySet() && IntegerRangeState::isValidState(); in isValidState()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1814 if (CopyOfCR.isEmptySet()) in handleCallResult()
H A DSimplifyCFG.cpp686 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9147 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()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1358 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1360 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
H A DInstCombineAndOrXor.cpp4155 if (CR->isEmptySet()) in foldXorOfICmps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4922 if (RangeV.isEmptySet())
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10385 if (!CR || CR->isFullSet() || CR->isEmptySet() || CR->isUpperWrapped()) in lowerRangeToAssertZExt()