Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1071 ConstantRange TrueValues = in getValueFromSimpleICmpCondition() local
1073 return ValueLatticeElement::getRange(TrueValues.subtract(Offset)); in getValueFromSimpleICmpCondition()
1690 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion( in getPredicateResult() local
1692 if (TrueValues.contains(CR)) in getPredicateResult()
1694 if (TrueValues.inverse().contains(CR)) in getPredicateResult()
H A DValueTracking.cpp584 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion(Pred, *C); in cmpExcludesZero() local
585 return !TrueValues.contains(APInt::getNullValue(C->getBitWidth())); in cmpExcludesZero()