Match a const binary operator, capturing it if we match.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

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