Searched defs:IsInf (Results 1 – 2 of 2) sorted by relevance
74 #define IsInf(x) isinf(x) // Intel ICC compiler on Linux macro77 #define IsInf(x) (!_finite(x)) macro80 …#define IsInf(x) std::isinf(x) // GNU C/C++ (and/or other compilers), just hope for C… macro
587 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local663 Value *IsInf = in EmitBuiltinExpr() local