Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc636 vec<constructor_elt, va_gc> *vec_els = NULL; in get_tree_cst_for_hsa_operand() local
641 CONSTRUCTOR_APPEND_ELT (vec_els, NULL_TREE, element); in get_tree_cst_for_hsa_operand()
645 cst = build_vector_from_ctor (tree_element_type, vec_els); in get_tree_cst_for_hsa_operand()