Return the nsz flag of Op, or false if instruction info is disabled.

Synopsis

Declared in <llvm/Analysis/SimplifyQuery.h>

template<class InstT>
bool
hasNoSignedZeros(InstT const* Op) const;

Return Value

True if Op has the nsz flag when info is enabled; otherwise false.

Parameters

Name

Description

Op

Instruction to query for the nsz flag.

Created with MrDocs