Searched refs:splitBinaryAdd (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1907 bool splitBinaryAdd(const SCEV *Expr, const SCEV *&L, const SCEV *&R,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 9905 if (!splitBinaryAdd(Result, ConstOp, NonConstOp, FlagsPresent) || in isKnownPredicateViaNoOverflow() 10496 bool ScalarEvolution::splitBinaryAdd(const SCEV *Expr, in splitBinaryAdd() function in ScalarEvolution 10550 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference() 10556 if (splitBinaryAdd(More, LMore, RMore, Flags)) in computeConstantDifference()
|