Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp83 if (isEmptySet()) in toKnownBits()
111 if (CR.isEmptySet()) in makeAllowedICmpRegion()
182 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfICmpPredicate()
191 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfInvertedICmpPredicate()
219 if (isFullSet() || isEmptySet()) { in getEquivalentICmp()
220 Pred = isEmptySet() ? CmpInst::ICMP_ULT : CmpInst::ICMP_UGE; in getEquivalentICmp()
255 if (isEmptySet() || Other.isEmptySet()) in icmp()
381 if (ShAmt.isEmptySet()) { in makeGuaranteedNoWrapRegion()
428 bool ConstantRange::isEmptySet() const { in isEmptySet() function in ConstantRange
470 if (isEmptySet()) in isAllNegative()
[all …]
H A DConstantFPRange.cpp166 if (Other.isEmptySet()) in makeAllowedFCmpRegion()
224 if (Other.isEmptySet()) in makeSatisfyingFCmpRegion()
287 bool ConstantFPRange::isEmptySet() const { in isEmptySet() function in ConstantFPRange
353 else if (isEmptySet()) in print()
H A DConstantRangeList.cpp38 if (NewRange.isEmptySet()) in insert()
87 if (SubRange.isEmptySet() || empty()) in subtract()
H A DMetadata.cpp1274 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp4308 Check(!CurRange.isEmptySet() && in verifyRangeLikeMetadata()
4313 Check(CurRange.intersectWith(LastRange).isEmptySet(), in verifyRangeLikeMetadata()
4328 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in verifyRangeLikeMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h217 if (CR.isEmptySet()) {
362 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantFPRange.h157 LLVM_ABI bool isEmptySet() const;
H A DConstantRange.h222 LLVM_ABI bool isEmptySet() const;
/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()
831 if (!Access.isEmptySet()) in resolveAllCalls()
H A DLoads.cpp573 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
H A DBasicAliasAnalysis.cpp1326 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
H A DLazyValueInfo.cpp1257 if (!CR.isEmptySet()) in getValueFromICmpCondition()
H A DInstructionSimplify.cpp1633 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
3004 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
H A DScalarEvolution.cpp10788 if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp1360 if (!RetRange->isEmptySet() && !RetRange->isSingleElement()) { in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1941 if (CopyOfCR.isEmptySet()) in handleCallResult()
H A DSimplifyCFG.cpp711 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9239 if (!AssumedConstantRange.isEmptySet() && in manifest()
9485 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()
9493 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4984 if (RangeV.isEmptySet())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1394 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1396 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
H A DInstCombineAndOrXor.cpp4400 if (CR->isEmptySet()) in foldXorOfICmps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10547 if (!CR || CR->isFullSet() || CR->isEmptySet() || CR->isUpperWrapped()) in lowerRangeToAssertZExt()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc23815 {"_ZNK4llvm13ConstantRange10isEmptySetEv", "llvm::ConstantRange::isEmptySet() const"},