Searched refs:ScaleCostMinOffset (Results 1 – 1 of 1) sorted by relevance
1819 InstructionCost ScaleCostMinOffset = TTI.getScalingFactorCost( in getScalingFactorCost() local1826 assert(ScaleCostMinOffset.isValid() && ScaleCostMaxOffset.isValid() && in getScalingFactorCost()1828 return std::max(ScaleCostMinOffset, ScaleCostMaxOffset); in getScalingFactorCost()