Home | History | Annotate | Download | only in X86

Lines Matching refs:FCMP_ULE

957   case CmpInst::FCMP_ULE: SwapArgs = false; SetCCOpc = X86::SETBEr; break;
1057 case CmpInst::FCMP_ULE: SwapArgs = false; BranchOpc = X86::JBE_4; break;