Lines Matching refs:is_scalar
151 if (!ir->array_index->type->is_scalar()) {
737 if (ir->operands[0]->type->is_scalar())
739 else if (ir->operands[1]->type->is_scalar())
791 || ir->operands[0]->type->is_scalar());
809 if (ir->operands[0]->type->is_scalar()) {
810 assert(ir->operands[1]->type->is_scalar());
866 assert(ir->operands[1]->type->is_scalar()
922 assert(ir->operands[1]->type->is_scalar());
924 assert(ir->operands[2]->type->is_scalar()
947 assert(ir->operands[0]->type->is_scalar());
954 assert(ir->operands[0]->type->is_scalar());
956 assert(ir->operands[1]->type->is_scalar());
962 assert(ir->operands[0]->type->is_scalar());
964 assert(ir->operands[1]->type->is_scalar());
966 assert(ir->operands[2]->type->is_scalar());
971 assert(ir->operands[0]->type->is_scalar());
973 assert(ir->operands[1]->type->is_scalar());
975 assert(ir->operands[2]->type->is_scalar());
977 assert(ir->operands[3]->type->is_scalar());
1083 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
1086 lhs->type->is_scalar() ? "scalar" : "vector");