Home | History | Annotate | Download | only in X86

Lines Matching refs:FCMP_OGT

901   case CmpInst::FCMP_OGT: SwapArgs = false; SetCCOpc = X86::SETAr;  break;
1001 case CmpInst::FCMP_OGT: SwapArgs = false; BranchOpc = X86::JA_4; break;