Home
last modified time | relevance | path

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

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