Searched refs:getNonEmpty (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | ConstantRange.cpp | 252 return ConstantRange::getNonEmpty( in makeExactMulNUWRegion() 312 return getNonEmpty( in makeGuaranteedNoWrapRegion() 323 return getNonEmpty( in makeGuaranteedNoWrapRegion() 350 return getNonEmpty(APInt::getZero(BitWidth), in makeGuaranteedNoWrapRegion() 1407 getNonEmpty(APInt::getZero(getBitWidth()), in binaryAnd() 1458 return getNonEmpty(APInt::getZero(BW), in shl() 1483 return getNonEmpty(std::move(min), std::move(max)); in lshr() 1534 return getNonEmpty(std::move(min), std::move(max)); in ashr() 1543 return getNonEmpty(std::move(NewL), std::move(NewU)); in uadd_sat() 1552 return getNonEmpty(std::move(NewL), std::move(NewU)); in sadd_sat() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | ConstantRange.h | 84 static ConstantRange getNonEmpty(APInt Lower, APInt Upper) { in getNonEmpty() function
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1120 return ValueLatticeElement::getRange(ConstantRange::getNonEmpty( in getValueFromICmpCondition() 1135 return ValueLatticeElement::getRange(ConstantRange::getNonEmpty( in getValueFromICmpCondition()
|
| H A D | ScalarEvolution.cpp | 6362 return ConstantRange::getNonEmpty(KnownEnd.getMinValue(), in getRangeForUnknownRecurrence() 6366 return ConstantRange::getNonEmpty(KnownStart.getMinValue(), in getRangeForUnknownRecurrence() 6378 return ConstantRange::getNonEmpty(KnownEnd.getMinValue(), in getRangeForUnknownRecurrence() 6542 ConstantRange::getNonEmpty(getSignedRangeMin(AddRec->getStart()), in getRangeRef() 6547 ConstantRange::getNonEmpty( in getRangeRef() 6733 return ConstantRange::getNonEmpty(std::move(NewLower), std::move(NewUpper)); in getRangeForAffineARHelper()
|
| H A D | ValueTracking.cpp | 7247 ConstantRange CR = ConstantRange::getNonEmpty(Lower, Upper); in computeConstantRange()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 163 ConstantRange::getNonEmpty(APInt(BitWidth, Elem), in TestRange() 1194 ConstantRange Envelope = ConstantRange::getNonEmpty(SMin, SMax + 1); in TEST_F() 1214 ConstantRange Wrapped = ConstantRange::getNonEmpty(WMin, WMax + 1); in TEST_F()
|