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