Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp4534 const bool RHSIsNotMinSigned = in getMinusSCEV() local
4546 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()
4558 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()