Print E to OS.

Synopsis

Declared in <llvm/Transforms/Scalar/GVNExpression.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    Expression const& E);

Return Value

The output stream OS.

Parameters

Name

Description

OS

Stream to print to.

E

Expression to print.

Created with MrDocs