Home | History | Annotate | Download | only in X86

Lines Matching refs:FCMP_UGT

935   case CmpInst::FCMP_UGT: SwapArgs = true;  SetCCOpc = X86::SETBr;  break;
1035 case CmpInst::FCMP_UGT: SwapArgs = true; BranchOpc = X86::JB_4; break;