DivLattice::DivLattice
Constructors
Synopses
Declared in <src/midend/programAnalysis/genericDataflow/simpleAnalyses/divAnalysis.h>
Default constructor
DivLattice();
Copy constructor
DivLattice(DivLattice const& that);
Construct from long
DivLattice(long value);
DivLattice(
long div,
long rem);
Created with MrDocs