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

References

lib/Target/AArch64/AArch64ConditionOptimizer.cpp
  247   bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri);
  247   bool Negative = (Opc == AArch64::ADDSWri || Opc == AArch64::ADDSXri);
  262     Opc = getComplementOpc(Opc);
  262     Opc = getComplementOpc(Opc);
  265   return CmpInfo(NewImm, Opc, getAdjustedCmp(Cmp));