llvm::IRBuilderBase::CreateFMul

Create a f mul instruction.

Synopsis

Declared in <llvm/IR/IRBuilder.h>

Value*
CreateFMul(
    Value* L,
    Value* R,
    Twine const& Name = "",
    MDNode* FPMD = nullptr);

Return Value

The created f mul instruction.

Parameters

NameDescription
LDebug location to apply to created instructions.
RRight-hand side operand.
NameName of the new instruction or value.
FPMDFloating-point math metadata node.