Lines Matching defs:size
148 if (inst->words().size() <= word_index) return false;
166 if (inst->words().size() <= word_index) return false;
338 const auto num_operands = inst->operands().size();
374 const auto num_operands = inst->operands().size();
456 const auto num_operands = inst->operands().size();
487 const auto num_operands = inst->operands().size();
528 const auto num_operands = inst->operands().size();
559 const auto num_operands = inst->operands().size();
816 for (size_t i = 6; i < inst->operands().size(); ++i) {
1087 const uint32_t num_operands = static_cast<uint32_t>(inst->operands().size());
1343 result_types.size() != 2 ||
1448 result_types.size() != 2 ||
1493 << "expected operand V to be a 32-bit float vector of size 4";
1513 << "expected operand V to be a 32-bit float vector of size 2";
1531 << "expected operand V to be a 32-bit int vector of size 2";
1543 << "expected Result Type to be a 32-bit float vector of size "
1564 << "expected Result Type to be a 32-bit float vector of size "
1583 << "expected Result Type to be a 32-bit int vector of size "
3050 auto num_words = inst->words().size();
3222 } else if (component_count->words().size() > 6 &&
3228 if (component_count_type->words().size() > 7) {
3240 // must have Unsigned encoding and 32 or 64 as its size in
3318 auto* size = _.FindDef(inst->word(11));
3319 if (!_.IsIntScalarType(size->type_id()) || !size->word(3)) {
3682 auto version_string = name.substr(reflection.size());