Searched refs:isMulSExtable (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp650 static bool isMulSExtable(const SCEVMulExpr *M, ScalarEvolution &SE) { function
726 if (IgnoreSignificantBits || isMulSExtable(Mul, SE)) {

Completed in 47 milliseconds