Lines Matching defs:SetCCOpcode
1723 static M68k::CondCode TranslateIntegerM68kCC(ISD::CondCode SetCCOpcode) {
1724 switch (SetCCOpcode) {
1753 static unsigned TranslateM68kCC(ISD::CondCode SetCCOpcode, const SDLoc &DL,
1758 if (SetCCOpcode == ISD::SETGT && RHSC->isAllOnes()) {
1763 if (SetCCOpcode == ISD::SETLT && RHSC->isZero()) {
1767 if (SetCCOpcode == ISD::SETLT && RHSC->getZExtValue() == 1) {
1774 return TranslateIntegerM68kCC(SetCCOpcode);
1781 SetCCOpcode = getSetCCSwappedOperands(SetCCOpcode);
1785 switch (SetCCOpcode) {
1802 switch (SetCCOpcode) {