Lines Matching full:qs
151 SmallVector<const SCEV *, 2> Qs, Rs;
162 Qs.push_back(Q);
166 if (Qs.size() == 1) {
167 Quotient = Qs[0];
172 Quotient = SE.getAddExpr(Qs);
177 SmallVector<const SCEV *, 2> Qs;
187 Qs.push_back(Op);
195 Qs.push_back(Op);
204 Qs.push_back(Q);
209 if (Qs.size() == 1)
210 Quotient = Qs[0];
212 Quotient = SE.getMulExpr(Qs);