Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c3833 poly_int64 vec_size; in simplify_binary_operation_1() local
3842 vec_size = GET_MODE_SIZE (GET_MODE (trueop0)) in simplify_binary_operation_1()
3846 vec_size = GET_MODE_SIZE (GET_MODE (XEXP (vec, 0))); in simplify_binary_operation_1()
3848 if (known_lt (offset, vec_size)) in simplify_binary_operation_1()
3850 else if (known_ge (offset, vec_size)) in simplify_binary_operation_1()
3852 offset -= vec_size; in simplify_binary_operation_1()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c3261 HOST_WIDE_INT vec_size = GET_MODE_SIZE (GET_MODE (XEXP (vec, 0))); in simplify_binary_operation_1() local
3262 if (offset < vec_size) in simplify_binary_operation_1()
3266 offset -= vec_size; in simplify_binary_operation_1()