Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-code-entry-handler.cc1103 tree input_element_type = TREE_TYPE (TREE_TYPE (operand)); in operator ()() local
1109 tree element = build3 (BIT_FIELD_REF, input_element_type, operand, in operator ()()
1110 TYPE_SIZE (input_element_type), in operator ()()
1152 tree input_element_type = TREE_TYPE (TREE_TYPE (operand0)); in operator ()() local
1159 tree element0 = build3 (BIT_FIELD_REF, input_element_type, operand0, in operator ()()
1160 TYPE_SIZE (input_element_type), in operator ()()
1164 tree element1 = build3 (BIT_FIELD_REF, input_element_type, operand1, in operator ()()
1165 TYPE_SIZE (input_element_type), in operator ()()
H A Dbrig-function.cc1305 tree input_element_type = TREE_TYPE (TREE_TYPE (value)); in unpack() local
1312 = build3 (BIT_FIELD_REF, input_element_type, value, in unpack()
1313 TYPE_SIZE (input_element_type), in unpack()