Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp659 static bool isAddSExtable(const SCEVAddExpr *A, ScalarEvolution &SE) { in isAddSExtable() function
732 if (IgnoreSignificantBits || isAddSExtable(Add, SE)) { in getExactSDiv()