Lines Matching defs:component_index
64 const uint32_t component_index = inst->word(word_index);
71 if (component_index >= vector_size) {
74 << vector_size << ", but access index is " << component_index;
81 if (component_index >= num_cols) {
84 << " columns, but access index is " << component_index;
100 if (component_index >= array_size) {
103 << array_size << ", but access index is " << component_index;
114 if (component_index >= num_struct_members) {
117 << component_index << " in the structure <id> '"
122 *member_type = type_inst->word(component_index + 2);