Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp3376 const bool RHSIsNotMinSigned = in getMinusSCEV() local
3388 if (RHSIsNotMinSigned || isKnownNonNegative(LHS)) { in getMinusSCEV()
3400 auto NegFlags = RHSIsNotMinSigned ? SCEV::FlagNSW : SCEV::FlagAnyWrap; in getMinusSCEV()