Predicate that matches strictly positive APInt values.
Declared in <llvm/IR/PatternMatch.h>
struct is_strictlypositive;
| Name | Description |
|---|---|
isValue | Return true if C is strictly positive. |
| Name | Description |
|---|---|
m_StrictlyPositive | Match a strictly positive constant and bind the APInt. |