Home
last modified time | relevance | path

Searched refs:min_arg2 (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-expand.cc6481 tree min_arg1 = NULL_TREE, min_arg2 = NULL_TREE; in expand_omp_simd() local
6543 min_arg2 = create_tmp_var (type); in expand_omp_simd()
6544 expand_omp_build_assign (&gsi, min_arg2, t); in expand_omp_simd()
6973 expand_omp_build_assign (&gsi, min_arg2, t); in expand_omp_simd()
6981 t = fold_build2 (MIN_EXPR, type, min_arg1, min_arg2); in expand_omp_simd()