Set or clear all fast‐math‐flags on this instruction.

Synopsis

Declared in <llvm/IR/Instruction.h>

void
setFast(bool B);

Description

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

Parameters

Name

Description

B

True to set all fast‐math flags; false to clear them.

Created with MrDocs