Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1973 InstructionCost ScaleCostMinOffset = TTI.getScalingFactorCost( in getScalingFactorCost() local
1980 assert(ScaleCostMinOffset.isValid() && ScaleCostMaxOffset.isValid() && in getScalingFactorCost()
1982 return std::max(ScaleCostMinOffset, ScaleCostMaxOffset); in getScalingFactorCost()