Home | History | Annotate | Download | only in X86

Lines Matching refs:FCMP_ULT

187   case CmpInst::FCMP_ULT:   Predicate = CmpInst::FCMP_UNO;   break;
220 case CmpInst::FCMP_ULT: CC = X86::COND_B; break;
270 case CmpInst::FCMP_ULT: NeedSwap = true; // fall-through