Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c2691 unsigned op1_n_elts = GET_MODE_NUNITS (op1mode); in simplify_const_binary_operation() local
2696 gcc_assert (op1_n_elts == n_elts); in simplify_const_binary_operation()
2729 unsigned op1_n_elts = GET_MODE_NUNITS (GET_MODE (op1)); in simplify_const_binary_operation() local
2734 gcc_assert (op0_n_elts + op1_n_elts == n_elts); in simplify_const_binary_operation()
2738 for (i = 0; i < op1_n_elts; ++i) in simplify_const_binary_operation()