llvm::Instruction::setFastMathFlags

Set multiple fast-math flags on this instruction.

Synopsis

Declared in <llvm/IR/Instruction.h>

void
setFastMathFlags(FastMathFlags FMF);

Description

The instruction must be an operator which supports these flags. See LangRef.html for the meaning of these flags.

Parameters

NameDescription
FMFThe fast-math flags to apply.