llvm::Instruction::copyFastMathFlags

copyFastMathFlags overloads

Synopses

Declared in <llvm/IR/Instruction.h>

Transfer all fast-math flag values onto this instruction.

void
copyFastMathFlags(FastMathFlags FMF);
» more...

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

void
copyFastMathFlags(Instruction const* I);
» more...

Parameters

NameDescription
FMFThe fast-math flags to copy.
IThe instruction whose fast-math flags are copied.