llvm::canIgnoreSignBitOfZero

Return true if the sign bit of the FP value can be ignored by the user when the value is zero.

Synopsis

Declared in <llvm/Analysis/ValueTracking.h>

bool
canIgnoreSignBitOfZero(Use const& U);

Parameters

NameDescription
UA Use represents the edge between a Value definition and its users.