Home
last modified time | relevance | path

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

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