Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp79 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 ConstantRange
351 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 …]
DMetadata.cpp947 return !A.intersectWith(B).isEmptySet() || isContiguous(A, B); in canBeMerged()
DVerifier.cpp3374 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()
3377 Assert(CurRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
3392 Assert(FirstRange.intersectWith(LastRange).isEmptySet(), in visitRangeMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DValueLattice.h220 if (NewR.isEmptySet()) in markConstantRange()
229 if (NewR.isEmptySet()) in markConstantRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp243 assert(!Offset.isEmptySet()); in offsetFromAlloca()
260 assert(!AccessRange.isEmptySet()); in getAccessRange()
465 assert(!CS.Offset.isEmptySet() && in updateOneUse()
DValueTracking.cpp5438 if (Intersection.isEmptySet()) in isImpliedCondMatchingImmOperands()
5440 if (Difference.isEmptySet()) in isImpliedCondMatchingImmOperands()
DInstructionSimplify.cpp1593 if (IsAnd && Range0.intersectWith(Range1).isEmptySet()) in simplifyAndOrOfICmpsWithConstants()
2686 if (RHS_CR.isEmptySet()) in simplifyICmpWithConstant()
DScalarEvolution.cpp9011 else if (ExactCR.isEmptySet()) in SimplifyICmpOperands()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h172 bool isEmptySet() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp5275 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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h2486 if (RangeV.isEmptySet())
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1503 if (Intersection.isEmptySet()) in foldICmpWithDominatingICmp()
1505 if (Difference.isEmptySet()) in foldICmpWithDominatingICmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp614 if (Span.isSizeLargerThan(8) || Span.isEmptySet()) { in matchInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8636 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()
/third_party/node/tools/
Dlint-md.mjs6332 const isEmptySet = (val) => val instanceof Set ? val.size === 0 : !val; function
6465 if (isEmptySet(cont.listeners)) {
6535 if (isEmptySet(cont.listeners)) {