Home | History | Annotate | Download | only in InstCombine

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