Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h65 bool isZeroValue() const;
/external/llvm/lib/IR/
DConstants.cpp69 bool Constant::isZeroValue() const { in isZeroValue() function in Constant
DInstructions.cpp1940 return !IgnoreZeroSign ? C->isNegativeZeroValue() : C->isZeroValue(); in isFNeg()