Searched refs:splitBinaryAdd (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | ScalarEvolution.h | 1748 bool splitBinaryAdd(const SCEV *Expr, const SCEV *&L, const SCEV *&R,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 9425 if (!splitBinaryAdd(Result, ConstOp, NonConstOp, FlagsPresent) || in isKnownPredicateViaNoOverflow() 9917 bool ScalarEvolution::splitBinaryAdd(const SCEV *Expr, in splitBinaryAdd() function in ScalarEvolution 9971 if (splitBinaryAdd(Less, LLess, RLess, Flags)) in computeConstantDifference() 9977 if (splitBinaryAdd(More, LMore, RMore, Flags)) in computeConstantDifference()
|