Home | History | Annotate | Download | only in X86

Lines Matching refs:ICMP_SGT

965   case CmpInst::ICMP_SGT: SwapArgs = false; SetCCOpc = X86::SETGr;  break;
1065 case CmpInst::ICMP_SGT: SwapArgs = false; BranchOpc = X86::JG_4; break;