Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp4663 const bool RHSIsNotMinSigned = in getMinusSCEV() local
4675 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()
4687 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()