Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp651 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) { in isAddSExtable() function
721 if (IgnoreSignificantBits || isAddSExtable(Add, SE)) { in getExactSDiv()