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
Name |
Description |
FMF |
The fast‐math flags to apply. |
Created with MrDocs