Home | History | Annotate | Download | only in X86

Lines Matching refs:FCMP_OLT

903   case CmpInst::FCMP_OLT: SwapArgs = true;  SetCCOpc = X86::SETAr;  break;
1003 case CmpInst::FCMP_OLT: SwapArgs = true; BranchOpc = X86::JA_4; break;