Searched refs:getRHSExprs (Results 1 – 2 of 2) sorted by relevance
1625 MutableArrayRef<Expr *> getRHSExprs() { in getRHSExprs() function1628 ArrayRef<const Expr *> getRHSExprs() const { in getRHSExprs() function1640 return MutableArrayRef<Expr *>(getRHSExprs().end(), varlist_size()); in getReductionOps()1643 return llvm::makeArrayRef(getRHSExprs().end(), varlist_size()); in getReductionOps()1716 return helper_expr_const_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()1719 return helper_expr_range(getRHSExprs().begin(), getRHSExprs().end()); in rhs_exprs()
367 std::copy(ReductionOps.begin(), ReductionOps.end(), getRHSExprs().end()); in setReductionOps()