Print FMF to the output stream O.

Synopsis

Declared in <llvm/IR/FMF.h>

raw_ostream&
operator<<(
    raw_ostream& O,
    FastMathFlags FMF);

Return Value

The output stream O.

Parameters

Name

Description

O

The output stream.

FMF

The flags to print.

Created with MrDocs