Create a f mul instruction.
Declared in <llvm/IR/IRBuilder.h>
Value*
CreateFMul(
Value* L,
Value* R,
Twine const& Name = "",
MDNode* FPMD = nullptr);
The created f mul instruction.
| Name | Description |
|---|---|
| L | Debug location to apply to created instructions. |
| R | Right-hand side operand. |
| Name | Name of the new instruction or value. |
| FPMD | Floating-point math metadata node. |