Lines Matching full:isnan
273 /// isNaN - Return true if the value is a NaN.274 bool isNaN() const { return Val.isNaN(); }