Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLazyValueInfo.cpp1258 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in getValueFromOverflowCondition() local
1264 NWR = NWR.inverse(); in getValueFromOverflowCondition()
1265 return ValueLatticeElement::getRange(NWR); in getValueFromOverflowCondition()
HDScalarEvolution.cpp9008 ConstantRange NWR = in computeExitLimitFromCondImpl() local
9013 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in computeExitLimitFromCondImpl()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp3941 ConstantRange NWR = ConstantRange::makeExactNoWrapRegion( in foldExtractOfOverflowIntrinsic() local
3946 NWR.getEquivalentICmp(Pred, NewRHSC, Offset); in foldExtractOfOverflowIntrinsic()