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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1488 int ScaleCostMinOffset = TTI.getScalingFactorCost( local
1495 assert(ScaleCostMinOffset >= 0 && ScaleCostMaxOffset >= 0 &&
1497 return std::max(ScaleCostMinOffset, ScaleCostMaxOffset);

Completed in 157 milliseconds