llvm::IRBuilderBase::CreateNSWMul

Create an nsw mul instruction.

Synopsis

Declared in <llvm/IR/IRBuilder.h>

Value*
CreateNSWMul(
    Value* LHS,
    Value* RHS,
    Twine const& Name = "");

Return Value

The created nsw mul instruction.

Parameters

NameDescription
LHSLeft-hand side operand.
RHSRight-hand side operand.
NameName of the new instruction or value.