Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-stmts.c403 int stored_value_index = internal_fn_stored_value_index (ifn); in exist_non_indexing_operands_for_use_p() local
404 if (stored_value_index >= 0 in exist_non_indexing_operands_for_use_p()
405 && use == gimple_call_arg (call, stored_value_index)) in exist_non_indexing_operands_for_use_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-stmts.cc438 int stored_value_index = internal_fn_stored_value_index (ifn); in exist_non_indexing_operands_for_use_p() local
439 if (stored_value_index >= 0 in exist_non_indexing_operands_for_use_p()
440 && use == gimple_call_arg (call, stored_value_index)) in exist_non_indexing_operands_for_use_p()