Print an integer state to an output stream.
Declared in <llvm/Transforms/IPO/Attributor.h>
template<
typename base_ty,
base_ty BestState,
base_ty WorstState>
raw_ostream&
operator<<(
raw_ostream& OS,
IntegerStateBase<base_ty, BestState, WorstState> const& S);
The output stream OS.
| Name | Description |
|---|---|
| OS | The output stream. |
| S | The integer state to print. |