Home
last modified time | relevance | path

Searched refs:isFullSet (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/lib/IR/
HDConstantRange.cpp130 bool ConstantRange::isFullSet() const { in isFullSet() function in ConstantRange
158 if (isFullSet()) { in getSetSize()
172 if (isFullSet() || isWrappedSet()) in getUnsignedMax()
181 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()
222 return isFullSet(); in contains()
234 if (isFullSet() || Other.isEmptySet()) return true; in contains()
235 if (isEmptySet() || Other.isFullSet()) return false; in contains()
277 if ( isEmptySet() || CR.isFullSet()) return *this; in intersectWith()
278 if (CR.isEmptySet() || isFullSet()) return CR; in intersectWith()
357 if ( isFullSet() || CR.isEmptySet()) return *this; in unionWith()
[all …]
HDMetadata.cpp933 if (Range.isFullSet()) in getMostGenericRange()
HDVerifier.cpp2600 Assert(!CurRange.isEmptySet() && !CurRange.isFullSet(), in visitRangeMetadata()
/NextBSD/contrib/llvm/include/llvm/IR/
HDConstantRange.h52 explicit ConstantRange(uint32_t BitWidth, bool isFullSet = true);
100 bool isFullSet() const;
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDFloat2Int.cpp395 R.isFullSet() || R.isSignWrappedSet()) in validateAndTransform()
/NextBSD/contrib/llvm/lib/Analysis/
HDLazyValueInfo.cpp265 if (NewR.isFullSet()) in mergeIn()
HDInstructionSimplify.cpp2255 if (RHS_CR.isFullSet()) in SimplifyICmpInst()
HDScalarEvolution.cpp7456 if (Range.isFullSet()) // Infinite loop. in getNumIterationsInRange()