Searched defs:IsNan (Results 1 – 3 of 3) sorted by relevance
44 bool IsNan(T value) { in IsNan() function48 inline bool IsNan(float value) { in IsNan() function56 inline bool IsNan(double value) { in IsNan() function
168 const static char IsNan[] = "isnan"; variable
927 Value *IsNan = Builder.CreateFCmpUNO(V, V, "cmp"); in EmitBuiltinExpr() local