Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc462 tree_stl_vec::iterator first_input_i = operands.begin (); in operator ()() local
464 ++first_input_i; in operator ()()
467 in_operands.assign (first_input_i, operands.end ()); in operator ()()