Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FCMP_UNE

75   case FCmpInst::FCMP_UNE:                   return 5;  // 101
111 case 5: Pred = isordered ? FCmpInst::FCMP_ONE : FCmpInst::FCMP_UNE; break;