llvm::FastMathFlags::operator!=

Return true if this flag set differs from OtherFlags.

Synopsis

Declared in <llvm/IR/FMF.h>

bool
operator!=(FastMathFlags const& OtherFlags) const;

Return Value

True if the flag sets differ.

Parameters

NameDescription
OtherFlagsThe flags to compare against.