Stream insertion operator

Synopsis

Declared in <llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    DGNode& N);

Return Value

Reference to the current output stream

Parameters

Name

Description

OS

An output stream

N

The object to output

Created with MrDocs