Searched refs:compute_rtype (Results 1 – 2 of 2) sorted by relevance
2159 tree compute_rtype = get_compute_type (RSHIFT_EXPR, opr, type); in expand_vector_operations_1() local2167 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()
2326 tree compute_rtype = get_compute_type (RSHIFT_EXPR, opr, type); in expand_vector_operations_1() local2334 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()