Searched defs:isNaN (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h314 bool isNaN() const { return Val.isNaN(); } function in class:llvm::final
/freebsd-12-stable/tools/test/testfloat/
H A Dslowfloat-32.c35 flag isNaN; member in struct:__anon17128
[all...]
H A Dslowfloat-64.c38 flag isNaN; member in struct:__anon17130
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h360 bool isNaN() const { return category == fcNaN; } function in class:llvm::detail::final
1165 bool isNaN() const { return getCategory() == fcNaN; } function in class:llvm::APFloat
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp266 bool Constant::isNaN() const { function in class:Constant
H A DAsmWriter.cpp1317 bool isNaN = APF.isNaN(); local
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1623 bool isNaN() const { return Value->isNaN(); } function in class:llvm::ConstantFPSDNode

Completed in 198 milliseconds