Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Ops

528   const SCEV *getAddExpr(SmallVectorImpl<const SCEV *> &Ops,
534 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
535 return getAddExpr(Ops, Flags, Depth);
540 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
541 return getAddExpr(Ops, Flags, Depth);
543 const SCEV *getMulExpr(SmallVectorImpl<const SCEV *> &Ops,
549 SmallVector<const SCEV *, 2> Ops = {LHS, RHS};
550 return getMulExpr(Ops, Flags, Depth);
555 SmallVector<const SCEV *, 3> Ops = {Op0, Op1, Op2};
556 return getMulExpr(Ops, Flags, Depth);
1764 const SCEV *getOrCreateAddExpr(SmallVectorImpl<const SCEV *> &Ops,
1768 const SCEV *getOrCreateMulExpr(SmallVectorImpl<const SCEV *> &Ops,