Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4693 const bool RHSIsNotMinSigned = in getMinusSCEV() local
4705 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()
4717 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()