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

References

lib/Target/PowerPC/PPCMIPeephole.cpp
  839   return (opCode == PPC::CMPLD  || opCode == PPC::CMPD  ||
  839   return (opCode == PPC::CMPLD  || opCode == PPC::CMPD  ||
  840           opCode == PPC::CMPLW  || opCode == PPC::CMPW  ||
  840           opCode == PPC::CMPLW  || opCode == PPC::CMPW  ||
  841           opCode == PPC::CMPLDI || opCode == PPC::CMPDI ||
  841           opCode == PPC::CMPLDI || opCode == PPC::CMPDI ||
  842           opCode == PPC::CMPLWI || opCode == PPC::CMPWI);
  842           opCode == PPC::CMPLWI || opCode == PPC::CMPWI);