m_StrictlyPositive overloads
Declared in <llvm/IR/PatternMatch.h>
Match an integer or vector of strictly positive values. For vectors, this includes constants with undefined elements.
cst_pred_ty<is_strictlypositive>
m_StrictlyPositive();
» more...
Match a strictly positive constant and bind the APInt.
api_pred_ty<is_strictlypositive>
m_StrictlyPositive(APInt const*& V);
» more...
| Name | Description |
|---|---|
| V | Reference to the pointer that receives the matched APInt. |