Lines Matching full:unordered
3170 case FCmpInst::FCMP_UNO: // True if unordered: isnan(X) | isnan(Y)3171 case FCmpInst::FCMP_ULT: // True if unordered or less than3172 case FCmpInst::FCMP_UGT: // True if unordered or greater than3173 case FCmpInst::FCMP_UNE: // True if unordered or not equal