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