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

References

lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp
  614       maxValue = 1 << 8;
  617       maxValue = 1 << 10;
  620       maxValue = 1 << 16;
  623       maxValue = 1 << 23;
  626       maxValue = INT64_MAX;
  630     bool isFarAway = -maxValue > sValue || sValue > maxValue - 1;
  630     bool isFarAway = -maxValue > sValue || sValue > maxValue - 1;