Return true if the value is what would be returned by getZeroValueForNegation.

Synopsis

Declared in <llvm/IR/Constant.h>

bool
isNegativeZeroValue() const;

Return Value

True if the value is the zero value for negation.

Created with MrDocs