Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FCMP_OLE

127   case FCmpInst::FCMP_OLE: isOrdered = true; return 6;  // 110
175 case 6: Pred = isordered ? FCmpInst::FCMP_OLE : FCmpInst::FCMP_ULE; break;