Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp400 int &ScaledConstant) { in isScaledConstantInRange() argument
408 ScaledConstant = (int) C->getZExtValue(); in isScaledConstantInRange()
409 if ((ScaledConstant % Scale) != 0) in isScaledConstantInRange()
412 ScaledConstant /= Scale; in isScaledConstantInRange()
413 return ScaledConstant >= RangeMin && ScaledConstant < RangeMax; in isScaledConstantInRange()