llvm::operator<<

Write ValMapping to OS.

Synopsis

Declared in <llvm/CodeGen/RegisterBankInfo.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    RegisterBankInfo::ValueMapping const& ValMapping);

Return Value

The output stream OS.

Parameters

NameDescription
OSOutput stream.
ValMappingValue mapping to print.