HomeSort by: relevance | last modified time | path
    Searched defs:init_def (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-vect-loop.cc 5547 tree init_def; local
5563 init_def = gimple_build_vector_from_val (&stmts, vectype, neutral_op);
5573 init_def = gimple_build_vector_from_val (&stmts, vectype,
5575 init_def = gimple_build (&stmts, CFN_VEC_SHL_INSERT,
5576 vectype, init_def, init_val);
5584 init_def = gimple_build_vector (&stmts, &elts);
5590 return init_def;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-loop.cc 4747 tree init_def; local
4763 init_def = gimple_build_vector_from_val (&stmts, vectype, neutral_op);
4773 init_def = gimple_build_vector_from_val (&stmts, vectype,
4775 init_def = gimple_build (&stmts, CFN_VEC_SHL_INSERT,
4776 vectype, init_def, init_val);
4784 init_def = gimple_build_vector (&stmts, &elts);
4790 return init_def;

Completed in 76 milliseconds