Print SCEV S to OS.
Synopsis
Declared in <llvm/Analysis/ScalarEvolution.h>
raw_ostream&
operator<<(
raw_ostream& OS,
SCEV const& S);
Return Value
The output stream OS after printing S.
Parameters
Name |
Description |
OS |
Stream to print to. |
S |
SCEV to print. |
Created with MrDocs