llvm::PatternMatch::is_nonpositive

Predicate that matches non-positive APInt values.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

struct is_nonpositive;

Member Functions

NameDescription
isValue Return true if C is non-positive.

Non-Member Functions

NameDescription
m_NonPositiveMatch a non-positive constant and bind the APInt.