Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DConstant.h57 bool isNegativeZeroValue() const;
/external/llvm/include/llvm/Support/
DPatternMatch.h658 return C->isNegativeZeroValue() && L.match(RHS); in matchIfFNeg()
/external/llvm/lib/VMCore/
DInstructions.cpp1634 return C->isNegativeZeroValue(); in isNeg()
1642 return C->isNegativeZeroValue(); in isFNeg()
DConstants.cpp43 bool Constant::isNegativeZeroValue() const { in isNegativeZeroValue() function in Constant