Searched refs:AbsCoeff (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1036 const SCEV *AbsCoeff = local
1038 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff);
1614 const SCEV *AbsCoeff = local
1621 // really check NewDelta < count*AbsCoeff
1624 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound);
1724 const SCEV *AbsCoeff = local
1731 // really check NewDelta < count*AbsCoeff
1734 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound);

Completed in 107 milliseconds