Concrete operator for the Mul instruction opcode.
Declared in <llvm/IR/Operator.h>
class MulOperator
: public ConcreteOperator<OverflowingBinaryOperator, Instruction::Mul>
| Name | Description |
|---|---|
ConcreteOperator<OverflowingBinaryOperator, Instruction::Mul> | A helper template for defining operators for individual opcodes. |
| Name | Description |
|---|---|
classof | Methods for support type inquiry through isa, cast, and dyn_cast. |