Home | History | Annotate | Download | only in val

Lines Matching refs:component_index_type

1231     const uint32_t component_index_type = _.GetOperandTypeId(inst, 4);
1232 if (!_.IsIntScalarType(component_index_type) ||
1233 _.GetBitWidth(component_index_type) != 32) {