Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp10547 const SCEV *LMore = nullptr, *RMore = nullptr; in computeConstantDifference() local
10556 if (splitBinaryAdd(More, LMore, RMore, Flags)) in computeConstantDifference()
10558 if (RMore == Less) in computeConstantDifference()
10562 if (C1 && C2 && RLess == RMore) in computeConstantDifference()