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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp373 bool unscale();
533 bool Formula::unscale() { function in class:Formula
3687 Base.unscale();
3962 // Try to unscale the formula to generate a better scale.
3963 if (Base.Scale != 0 && !Base.unscale())
3966 assert(Base.Scale == 0 && "unscale did not did its job!");
4198 // could be merged. That way, we would not have to unscale the
4200 F.unscale();

Completed in 151 milliseconds