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