Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp1144 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in getValueFromOverflowCondition() local
1150 NWR = NWR.inverse(); in getValueFromOverflowCondition()
1151 return ValueLatticeElement::getRange(NWR); in getValueFromOverflowCondition()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3146 ConstantRange NWR = in visitExtractValueInst() local
3149 APInt Min = WO->isSigned() ? NWR.getSignedMin() : NWR.getUnsignedMin(); in visitExtractValueInst()
3150 NWR = NWR.subtract(Min); in visitExtractValueInst()
3154 if (NWR.getEquivalentICmp(Pred, NewRHSC)) { in visitExtractValueInst()