| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 83 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 D | ConstantFPRange.cpp | 166 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 D | ConstantRangeList.cpp | 38 if (NewRange.isEmptySet()) in insert() 87 if (SubRange.isEmptySet() || empty()) in subtract()
|
| H A D | Metadata.cpp | 1274 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
|
| H A D | Verifier.cpp | 4308 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 D | ValueLattice.h | 217 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 D | ConstantFPRange.h | 157 LLVM_ABI bool isEmptySet() const;
|
| H A D | ConstantRange.h | 222 LLVM_ABI bool isEmptySet() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | StackSafetyAnalysis.cpp | 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() 831 if (!Access.isEmptySet()) in resolveAllCalls()
|
| H A D | Loads.cpp | 573 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
|
| H A D | BasicAliasAnalysis.cpp | 1326 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
|
| H A D | LazyValueInfo.cpp | 1257 if (!CR.isEmptySet()) in getValueFromICmpCondition()
|
| H A D | InstructionSimplify.cpp | 1633 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants() 3004 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
|
| H A D | ScalarEvolution.cpp | 10788 if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 1360 if (!RetRange->isEmptySet() && !RetRange->isSingleElement()) { in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SCCPSolver.cpp | 1941 if (CopyOfCR.isEmptySet()) in handleCallResult()
|
| H A D | SimplifyCFG.cpp | 711 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 9239 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 D | Attributor.h | 4984 if (RangeV.isEmptySet())
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 1394 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp() 1396 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
|
| H A D | InstCombineAndOrXor.cpp | 4400 if (CR->isEmptySet()) in foldXorOfICmps()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 10547 if (!CR || CR->isFullSet() || CR->isEmptySet() || CR->isUpperWrapped()) in lowerRangeToAssertZExt()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23815 {"_ZNK4llvm13ConstantRange10isEmptySetEv", "llvm::ConstantRange::isEmptySet() const"},
|