Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Qs

800     SmallVector<const SCEV *, 2> Qs, Rs;
811 Qs.push_back(Q);
815 if (Qs.size() == 1) {
816 Quotient = Qs[0];
821 Quotient = SE.getAddExpr(Qs);
826 SmallVector<const SCEV *, 2> Qs;
836 Qs.push_back(Op);
844 Qs.push_back(Op);
853 Qs.push_back(Q);
858 if (Qs.size() == 1)
859 Quotient = Qs[0];
861 Quotient = SE.getMulExpr(Qs);
8668 SmallVector<const SCEV *, 2> Qs;
8671 Qs.push_back(Op);
8673 Step = SE.getMulExpr(Qs);