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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp1728 SmallVector<const SCEV *, 8> LIOps; variable
1733 LIOps.push_back(Ops[i]);
1739 if (!LIOps.empty()) {
1741 LIOps.push_back(AddRec->getStart());
1745 AddRecOps[0] = getAddExpr(LIOps);
1983 SmallVector<const SCEV *, 8> LIOps;
1988 LIOps.push_back(Ops[i]);
1994 if (!LIOps.empty()) {
1998 const SCEV *Scale = getMulExpr(LIOps);

Completed in 121 milliseconds