Searched refs:make_splat_from_arguments (Results 1 – 1 of 1) sorted by relevance
47 static const Expression* make_splat_from_arguments(const Type& type, const ExpressionArray& args) { in make_splat_from_arguments() function151 if (const Expression* splat = make_splat_from_arguments(type, args)) { in Make()