Home
last modified time | relevance | path

Searched refs:SubsetIntersect (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp189 auto SubsetIntersect = in makeGuaranteedNoWrapRegion() local
216 SubsetIntersect(Result, ConstantRange(APInt::getNullValue(BitWidth), in makeGuaranteedNoWrapRegion()
222 Result = SubsetIntersect( in makeGuaranteedNoWrapRegion()
227 Result = SubsetIntersect( in makeGuaranteedNoWrapRegion()
241 SubsetIntersect(Result, ConstantRange(Other.getUnsignedMax(), in makeGuaranteedNoWrapRegion()
247 Result = SubsetIntersect( in makeGuaranteedNoWrapRegion()
252 Result = SubsetIntersect( in makeGuaranteedNoWrapRegion()
260 return SubsetIntersect( in makeGuaranteedNoWrapRegion()
313 return SubsetIntersect(makeSingleValueRegion(Other.getSignedMin()), in makeGuaranteedNoWrapRegion()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp545 auto SubsetIntersect = CR0.inverse().unionWith(CR1.inverse()).inverse(); in widenCondCommon() local
550 if (SubsetIntersect == SupersetIntersect && in widenCondCommon()
551 SubsetIntersect.getEquivalentICmp(Pred, NewRHSAP)) { in widenCondCommon()