Searched refs:FoldMerge (Results 1 – 6 of 6) sorted by relevance
66 return FoldMerge<T>(context, std::move(funcRef)); in FoldIntrinsicFunction()
78 return FoldMerge<T>(context, std::move(funcRef)); in FoldIntrinsicFunction()
205 return FoldMerge<T>(context, std::move(funcRef)); in FoldIntrinsicFunction()
166 return FoldMerge<T>(context, std::move(funcRef)); in FoldIntrinsicFunction()
857 return FoldMerge<T>(context, std::move(funcRef)); in FoldIntrinsicFunction()
1149 Expr<T> FoldMerge(FoldingContext &context, FunctionRef<T> &&funcRef) { in FoldMerge() function