Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp11982 const SCEV *LMore = nullptr, *RMore = nullptr; in computeConstantDifference() local
11991 if (splitBinaryAdd(More, LMore, RMore, Flags)) in computeConstantDifference()
11993 if (RMore == Less) in computeConstantDifference()
11997 if (C1 && C2 && RLess == RMore) in computeConstantDifference()