Home
last modified time | relevance | path

Searched defs:isNaN (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h309 bool isNaN() const { return Val.isNaN(); } isNaN() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h411 bool isNaN() const { return category == fcNaN; } isNaN() function
1293 bool isNaN() const { return getCategory() == fcNaN; } isNaN() function
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp263 bool Constant::isNaN() const { isNaN() function in Constant
H A DAsmWriter.cpp1431 bool isNaN = APF.isNaN(); WriteConstantInternal() local