llvm::TargetLoweringBase::isFNegFree

Return true if an fneg operation is free to the point where it is never worthwhile to replace it with a bitwise operation.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
bool
isFNegFree(EVT VT) const;

Return Value

True if an fneg operation is free to the point where it is never worthwhile to replace it with a bitwise operation.

Parameters

NameDescription
VTValue type being queried or transformed.