Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1994 InstructionCost ScaleCostMaxOffset = TTI.getScalingFactorCost( in getScalingFactorCost() local
1998 assert(ScaleCostMinOffset.isValid() && ScaleCostMaxOffset.isValid() && in getScalingFactorCost()
2000 return std::max(ScaleCostMinOffset, ScaleCostMaxOffset); in getScalingFactorCost()