Print CR to OS.

Synopsis

Declared in <llvm/IR/ConstantFPRange.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    ConstantFPRange const& CR);

Return Value

The output stream OS.

Parameters

Name

Description

OS

The stream to print to.

CR

The constant floating‐point range to print.

Created with MrDocs