Print Known to OS.
Synopsis
Declared in <llvm/Support/KnownBits.h>
raw_ostream&
operator<<(
raw_ostream& OS,
KnownBits const& Known);
Return Value
The output stream OS.
Parameters
Name |
Description |
OS |
Stream to print to. |
Known |
Known bits to print. |
Created with MrDocs