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

Declarations

lib/Target/AVR/AVRExpandPseudoInsts.cpp
   75   bool expandLogicImm(unsigned Op, Block &MBB, BlockIt MBBI);

References

lib/Target/AVR/AVRExpandPseudoInsts.cpp
  368   return expandLogicImm(AVR::ANDIRdK, MBB, MBBI);
  378   return expandLogicImm(AVR::ORIRdK, MBB, MBBI);