Home
last modified time | relevance | path

Searched refs:isNegInfinity (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h1368 bool isNegInfinity() const { return isInfinity() && isNegative(); } in isNegInfinity() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2747 ((Mask & fcNegInf) && Op1V.isNegInfinity()) || in ConstantFoldIntrinsicCall2()