Skip to content

SplitEquation

Synopsis

Declared in <src/midend/programTransformation/loopProcessing/depInfo/StmtDepAnal.h>

template<
    class CoeffVec,
    class BoundVec,
    class BoundOp>
bool
SplitEquation(
    CoeffVec& cur,
    SymbolicVal const& cut,
    BoundVec const& bounds,
    BoundOp& boundop,
    CoeffVec& split);

Created with MrDocs