m_LowBitMask overloads
Declared in <llvm/IR/PatternMatch.h>
Match an integer or vector with only the low bit(s) set. For vectors, this includes constants with undefined elements.
cst_pred_ty<is_lowbit_mask>
m_LowBitMask();
» more...
Match a low-bit-mask constant and bind the APInt.
api_pred_ty<is_lowbit_mask>
m_LowBitMask(APInt const*& V);
» more...
| Name | Description |
|---|---|
| V | Reference to the pointer that receives the matched APInt. |