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 than2789 case FCmpInst::FCMP_UGT: // True if unordered or greater than2790 case FCmpInst::FCMP_UNE: // True if unordered or not equal