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

References

lib/Target/ARM/ARMBaseInstrInfo.h
  510   return Opc == ARM::BR_JTr || Opc == ARM::BR_JTm_i12 ||
  510   return Opc == ARM::BR_JTr || Opc == ARM::BR_JTm_i12 ||
  511          Opc == ARM::BR_JTm_rs || Opc == ARM::BR_JTadd || Opc == ARM::tBR_JTr ||
  511          Opc == ARM::BR_JTm_rs || Opc == ARM::BR_JTadd || Opc == ARM::tBR_JTr ||
  511          Opc == ARM::BR_JTm_rs || Opc == ARM::BR_JTadd || Opc == ARM::tBR_JTr ||
  512          Opc == ARM::t2BR_JT;