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

Declarations

lib/Target/AVR/AVRInstrInfo.h
   71   AVRCC::CondCodes getOppositeCondition(AVRCC::CondCodes CC) const;

References

lib/Target/AVR/AVRInstrInfo.cpp
  351         BranchCode = getOppositeCondition(BranchCode);
  471   Cond[0].setImm(getOppositeCondition(CC));