Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp2614 SmallVector<const SCEV *, 8> LIOps; in getAddExpr() local
2619 LIOps.push_back(Ops[i]); in getAddExpr()
2625 if (!LIOps.empty()) { in getAddExpr()
2628 LIOps.push_back(AddRec); in getAddExpr()
2629 SCEV::NoWrapFlags Flags = ComputeFlags(LIOps); in getAddExpr()
2630 LIOps.pop_back(); in getAddExpr()
2633 LIOps.push_back(AddRec->getStart()); in getAddExpr()
2639 AddRecOps[0] = getAddExpr(LIOps, Flags, Depth + 1); in getAddExpr()
2969 SmallVector<const SCEV *, 8> LIOps; in getMulExpr() local
2974 LIOps.push_back(Ops[i]); in getMulExpr()
[all …]