copyFastMathFlags overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Transfer all fast‐math flag values onto this instruction.

Copy fast‐math flags from instruction I onto this instruction.

void
copyFastMathFlags(Instruction const* I);

Parameters

Name

Description

FMF

The fast‐math flags to copy.

I

The instruction whose fast‐math flags are copied.

Created with MrDocs