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