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

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1516 int ScaleCostMinOffset = local
1525 assert(ScaleCostMinOffset >= 0 && ScaleCostMaxOffset >= 0 &&
1527 return std::max(ScaleCostMinOffset, ScaleCostMaxOffset);

Completed in 151 milliseconds