Lines Matching refs:lbIndices
1255 unsigned pos, SmallVectorImpl<unsigned> *lbIndices, in getLowerAndUpperBoundIndices() argument
1284 lbIndices->push_back(r); in getLowerAndUpperBoundIndices()
1317 SmallVector<unsigned, 4> lbIndices, ubIndices; in detectAsFloorDiv() local
1318 cst.getLowerAndUpperBoundIndices(pos, &lbIndices, &ubIndices); in detectAsFloorDiv()
1330 for (auto lbPos : lbIndices) { in detectAsFloorDiv()
1491 SmallVector<unsigned, 4> lbIndices, ubIndices, eqIndices; in getLowerAndUpperBound() local
1492 getLowerAndUpperBoundIndices(pos + offset, &lbIndices, &ubIndices, &eqIndices, in getLowerAndUpperBound()
1508 lbExprs.reserve(lbIndices.size() + eqIndices.size()); in getLowerAndUpperBound()
1510 for (auto idx : lbIndices) { in getLowerAndUpperBound()
2174 SmallVector<unsigned, 4> lbIndices, ubIndices; in getConstantBoundOnDimSize() local
2180 getLowerAndUpperBoundIndices(pos, &lbIndices, &ubIndices, in getConstantBoundOnDimSize()
2187 for (auto lbPos : lbIndices) { in getConstantBoundOnDimSize()
2562 SmallVector<unsigned, 4> lbIndices; in FourierMotzkinEliminate() local
2578 lbIndices.push_back(r); in FourierMotzkinEliminate()
2597 lbIndices.size() * ubIndices.size() + nbIndices.size(), in FourierMotzkinEliminate()
2617 for (auto lbPos : lbIndices) { in FourierMotzkinEliminate()
2664 lbIndices.size() * ubIndices.size() + nbIndices.size()); in FourierMotzkinEliminate()