Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h68 bool isNegativeZeroValue() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp42 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant
50 return SplatCFP->isNegativeZeroValue(); in isNegativeZeroValue()