Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h70 LLVM_ABI bool isNegativeZeroValue() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp56 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant
64 return SplatCFP->isNegativeZeroValue(); in isNegativeZeroValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc20994 {"_ZNK4llvm8Constant19isNegativeZeroValueEv", "llvm::Constant::isNegativeZeroValue() const"},
21007 {"_ZNK4llvm10ConstantFP19isNegativeZeroValueEv", "llvm::ConstantFP::isNegativeZeroValue() const"},