Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c2159 tree compute_rtype = get_compute_type (RSHIFT_EXPR, opr, type); in expand_vector_operations_1() local
2167 if (subparts_gt (compute_rvtype, compute_rtype)) in expand_vector_operations_1()
2169 compute_rtype = compute_rvtype; in expand_vector_operations_1()
2175 if (subparts_gt (compute_type, compute_rtype)) in expand_vector_operations_1()
2176 compute_type = compute_rtype; in expand_vector_operations_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc2326 tree compute_rtype = get_compute_type (RSHIFT_EXPR, opr, type); in expand_vector_operations_1() local
2334 if (subparts_gt (compute_rvtype, compute_rtype)) in expand_vector_operations_1()
2336 compute_rtype = compute_rvtype; in expand_vector_operations_1()
2342 if (subparts_gt (compute_type, compute_rtype)) in expand_vector_operations_1()
2343 compute_type = compute_rtype; in expand_vector_operations_1()