llvm::IRBuilderBase::CreateFAddFMF

Create a fadd with fast-math flags.

Synopsis

Declared in <llvm/IR/IRBuilder.h>

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

Return Value

The created fadd with fast-math flags.

Parameters

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