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

References

lib/Target/Hexagon/HexagonConstExtenders.cpp
  752 HCE::ExtValue::ExtValue(const MachineOperand &Op) : ExtRoot(Op) {
  753   if (Op.isImm())
  754     Offset = Op.getImm();
  755   else if (Op.isFPImm() || Op.isJTI())
  755   else if (Op.isFPImm() || Op.isJTI())
  757   else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() ||
  757   else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() ||
  757   else if (Op.isSymbol() || Op.isGlobal() || Op.isBlockAddress() ||
  758            Op.isCPI() || Op.isTargetIndex())
  758            Op.isCPI() || Op.isTargetIndex())
  759     Offset = Op.getOffset();