Lines Matching refs:asg
1201 ir_assignment *asg = inst->as_assignment();
1202 if (asg->condition) {
1203 ir_constant *cond = asg->condition->constant_expression_value(variable_context);
1212 asg->lhs->constant_referenced(variable_context, store, offset);
1217 ir_constant *value = asg->rhs->constant_expression_value(variable_context);
1222 store->copy_masked_offset(value, offset, asg->write_mask);