Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1069 ConstantRange TrueValues = in getValueFromSimpleICmpCondition() local
1071 return ValueLatticeElement::getRange(TrueValues.subtract(Offset)); in getValueFromSimpleICmpCondition()
1698 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion( in getPredicateResult() local
1700 if (TrueValues.contains(CR)) in getPredicateResult()
1702 if (TrueValues.inverse().contains(CR)) in getPredicateResult()
H A DValueTracking.cpp628 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion(Pred, *C); in cmpExcludesZero() local
629 return !TrueValues.contains(APInt::getZero(C->getBitWidth())); in cmpExcludesZero()