Lines Matching refs:isNaN
2977 assert(!RHS.isNaN() && "NaN comparison not already folded!");3170 case FCmpInst::FCMP_UNO: // True if unordered: isnan(X) | isnan(Y)3312 // fabs(x) >= 0 --> !isnan(x)