Lines Matching full:is_vector
114 !ir->array->type->is_vector()) {
490 else if (ir->operands[0]->type->is_vector() &&
491 ir->operands[1]->type->is_vector()) {
523 assert(ir->operands[0]->type->is_vector()
545 if (ir->operands[0]->type->is_vector() &&
546 ir->operands[1]->type->is_vector()) {
559 if (ir->operands[0]->type->is_vector() &&
560 ir->operands[1]->type->is_vector()) {
579 assert(ir->operands[0]->type->is_vector());
599 assert(ir->operands[0]->type->is_vector());
649 assert(ir->operands[0]->type->is_vector());
673 assert(ir->type->is_vector());
703 /* The is_vector assertion above should prevent execution from ever
805 if (lhs->type->is_scalar() || lhs->type->is_vector()) {