Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1507 int ScaleCostMaxOffset = TTI.getScalingFactorCost( in getScalingFactorCost() local
1511 assert(ScaleCostMinOffset >= 0 && ScaleCostMaxOffset >= 0 && in getScalingFactorCost()
1513 return std::max(ScaleCostMinOffset, ScaleCostMaxOffset); in getScalingFactorCost()