llvm::Instruction::isBinaryOp

Return true if this instruction is a binary operator.

Synopsis

Declared in <llvm/IR/Instruction.h>

bool
isBinaryOp() const;

Return Value

True if this instruction is a binary operator.