Home
last modified time | relevance | path

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

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