Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-generic.c2156 tree compute_rvtype = get_compute_type (RSHIFT_EXPR, oprv, 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.cc2323 tree compute_rvtype = get_compute_type (RSHIFT_EXPR, oprv, 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()