Lines Matching refs:condition
1199 /* (assign [condition] (write-mask) (ref) (value)) */
1202 if (asg->condition) {
1203 ir_constant *cond = asg->condition->constant_expression_value(variable_context);
1259 /* (if condition (then-instructions) (else-instructions)) */
1263 ir_constant *cond = iif->condition->constant_expression_value(variable_context);
1286 /* Reaching the end of the block is not an error condition */