Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FCMP_ULT

73   case FCmpInst::FCMP_ULT:                   return 4;  // 100
110 case 4: Pred = isordered ? FCmpInst::FCMP_OLT : FCmpInst::FCMP_ULT; break;