Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp392 int &ScaledConstant) { in isScaledConstantInRange() argument
400 ScaledConstant = (int) C->getZExtValue(); in isScaledConstantInRange()
401 if ((ScaledConstant % Scale) != 0) in isScaledConstantInRange()
404 ScaledConstant /= Scale; in isScaledConstantInRange()
405 return ScaledConstant >= RangeMin && ScaledConstant < RangeMax; in isScaledConstantInRange()