Searched defs:isNaN (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | Constants.h | 309 bool isNaN() const { return Val.isNaN(); } isNaN() function |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APFloat.h | 411 bool isNaN() const { return category == fcNaN; } isNaN() function |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ | ||
H A D | Constants.cpp | 263 bool Constant::isNaN() const { isNaN() function in Constant |
H A D | AsmWriter.cpp | 1431 bool isNaN = APF.isNaN(); WriteConstantInternal() local |