Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp171 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfICmpPredicate()
180 if (CR1.isEmptySet() || CR2.isEmptySet()) in areInsensitiveToSignednessOfInvertedICmpPredicate()
1007 if (isEmptySet() || Other.isEmptySet()) in add()
1030 if (isEmptySet() || Other.isEmptySet()) in addWithNoWrap()
1054 if (isEmptySet() || Other.isEmptySet()) in sub()
1077 if (isEmptySet() || Other.isEmptySet()) in subWithNoWrap()
1109 if (isEmptySet() || Other.isEmptySet()) in multiply()
1171 if (isEmptySet() || Other.isEmptySet()) in smul_fast()
1193 if (isEmptySet() || Other.isEmptySet()) in smax()
1207 if (isEmptySet() || Other.isEmptySet()) in umax()
[all …]
H A DMetadata.cpp1238 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
H A DVerifier.cpp4024 Check(!CurRange.isEmptySet() && (IsAbsoluteSymbol || !CurRange.isFullSet()), in verifyRangeMetadata()
4027 Check(CurRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()
4042 Check(FirstRange.intersectWith(LastRange).isEmptySet(), in verifyRangeMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h219 if (CR.isEmptySet()) {
349 assert(!NewR.isEmptySet() && "should only be called for non-empty sets");
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp75 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
292 if (SizeRange.isEmptySet()) in getAccessRange()
612 if (Access.isEmptySet()) in getArgumentAccessRange()
624 assert(!KV.second.isEmptySet() && in updateOneUse()
810 if (!Access.isEmptySet()) in resolveAllCalls()
H A DLoads.cpp489 return LoadRange.intersectWith(StoreRange).isEmptySet(); in areNonOverlapSameBaseLoadAndStore()
H A DBasicAliasAnalysis.cpp1228 if (Range1.intersectWith(Range2).isEmptySet()) in aliasGEP()
H A DLazyValueInfo.cpp1211 if (!CR.isEmptySet()) in getValueFromICmpCondition()
H A DInstructionSimplify.cpp1667 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
3054 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
H A DValueTracking.cpp8295 if (Intersection.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
8297 if (Difference.isEmptySet()) in isImpliedCondCommonOperandWithConstants()
H A DScalarEvolution.cpp10627 if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h211 bool isEmptySet() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp824 return !Assumed.isEmptySet() && IntegerRangeState::isValidState(); in isValidState()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9132 if (!AssumedConstantRange.isEmptySet()) { in setRangeMetadataIfisBetterRange()
9149 if (!AssumedConstantRange.isEmptySet() && in manifest()
9391 if (LHSAARange.isEmptySet() || RHSAARange.isEmptySet()) in calculateCmpInst()
9399 if (AllowedRegion.intersectWith(LHSAARange).isEmptySet()) in calculateCmpInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1362 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1364 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
H A DInstCombineAndOrXor.cpp4024 if (CR->isEmptySet()) in foldXorOfICmps()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h4929 if (RangeV.isEmptySet())
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp685 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9867 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()