ΒΆbool CannotBeNegativeZero(
    const llvm::Value* V,
    const llvm::TargetLibraryInfo* TLI,
    unsigned int Depth = 0)

Description

Return true if we can prove that the specified FP value is never equal to -0.0.

Declared at: llvm/include/llvm/Analysis/ValueTracking.h:221

Parameters

const llvm::Value* V
const llvm::TargetLibraryInfo* TLI
unsigned int Depth = 0