Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp2218 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local
2223 LIOps.push_back(Ops[i]); in getAddExpr()
2229 if (!LIOps.empty()) { in getAddExpr()
2231 LIOps.push_back(AddRec->getStart()); in getAddExpr()
2235 AddRecOps[0] = getAddExpr(LIOps); in getAddExpr()
2480 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local
2485 LIOps.push_back(Ops[i]); in getMulExpr()
2491 if (!LIOps.empty()) { in getMulExpr()
2495 const SCEV *Scale = getMulExpr(LIOps); in getMulExpr()