Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1074 ConstantRange TrueValues = in getValueFromSimpleICmpCondition() local
1076 return ValueLatticeElement::getRange(TrueValues.subtract(Offset)); in getValueFromSimpleICmpCondition()
1766 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion( in getPredicateResult() local
1768 if (TrueValues.contains(CR)) in getPredicateResult()
1770 if (TrueValues.inverse().contains(CR)) in getPredicateResult()
H A DValueTracking.cpp596 ConstantRange TrueValues = ConstantRange::makeExactICmpRegion(Pred, *C); in cmpExcludesZero() local
597 return !TrueValues.contains(APInt::getZero(C->getBitWidth())); in cmpExcludesZero()