Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstant.h68 bool isNegativeZeroValue() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp40 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant