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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2231 const SCEV *Coefficients = Src; local
2233 dyn_cast<SCEVAddRecExpr>(Coefficients)) {
2244 Coefficients = AddRec->getStart();
2246 const SCEV *SrcConst = Coefficients;
2252 Coefficients = Dst;
2254 dyn_cast<SCEVAddRecExpr>(Coefficients)) {
2265 Coefficients = AddRec->getStart();
2267 const SCEV *DstConst = Coefficients;
2324 Coefficients = Src;
2326 dyn_cast<SCEVAddRecExpr>(Coefficients)) {
[all...]

Completed in 103 milliseconds