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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1764 int ScaleCostMinOffset = TTI.getScalingFactorCost( local
1771 assert(ScaleCostMinOffset >= 0 && ScaleCostMaxOffset >= 0 &&
1773 return std::max(ScaleCostMinOffset, ScaleCostMaxOffset);

Completed in 110 milliseconds