llvm::PatternMatch::is_strictlypositive

Predicate that matches strictly positive APInt values.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

struct is_strictlypositive;

Member Functions

NameDescription
isValue Return true if C is strictly positive.

Non-Member Functions

NameDescription
m_StrictlyPositiveMatch a strictly positive constant and bind the APInt.