Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc153 tree src_element_type = TREE_TYPE (TREE_TYPE (operands[0])); in build_unpack() local
156 tree element_type = get_unsigned_int_type (src_element_type); in build_unpack()
199 if (int_size_in_bytes (src_element_type) < 4) in build_unpack()
201 if (INTEGRAL_TYPE_P (src_element_type)) in build_unpack()
202 return extend_int (as_int, uint32_type_node, src_element_type); in build_unpack()