Match a const binary operator, capturing it if we match.
Synopsis
Declared in <llvm/IR/PatternMatch.h>
match_bind<BinaryOperator const>
m_BinOp(BinaryOperator const*& I);
Return Value
A matcher for a const binary operator, capturing it if we match.
Parameters
Name |
Description |
I |
Reference that receives the matched BinaryOperator. |
Created with MrDocs