Searched refs:getReductionOps (Results 1 – 2 of 2) sorted by relevance
2022 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function2025 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function2121 return helper_expr_range(getReductionOps().begin(), in reduction_ops()2122 getReductionOps().end()); in reduction_ops()2242 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function2245 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function2341 return helper_expr_range(getReductionOps().begin(), in reduction_ops()2342 getReductionOps().end()); in reduction_ops()2461 MutableArrayRef<Expr *> getReductionOps() { in getReductionOps() function2464 ArrayRef<const Expr *> getReductionOps() const { in getReductionOps() function[all …]
671 getReductionOps().end()); in setTaskgroupDescriptors()