Home | History | Annotate | Download | only in InstCombine

Lines Matching full:unordered

2787     case FCmpInst::FCMP_UNO:    // True if unordered: isnan(X) | isnan(Y)
2788 case FCmpInst::FCMP_ULT: // True if unordered or less than
2789 case FCmpInst::FCMP_UGT: // True if unordered or greater than
2790 case FCmpInst::FCMP_UNE: // True if unordered or not equal