reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
  338   ScaledConstant = (int) C->getZExtValue();
  339   if ((ScaledConstant % Scale) != 0)
  342   ScaledConstant /= Scale;
  343   return ScaledConstant >= RangeMin && ScaledConstant < RangeMax;
  343   return ScaledConstant >= RangeMin && ScaledConstant < RangeMax;