Print SCEVPredicate P to OS.

Synopsis

Declared in <llvm/Analysis/ScalarEvolution.h>

raw_ostream&
operator<<(
    raw_ostream& OS,
    SCEVPredicate const& P);

Return Value

The output stream OS after printing P.

Parameters

Name

Description

OS

Stream to print to.

P

Predicate to print.

Created with MrDocs