Searched refs:try_operand (Results 1 – 2 of 2) sorted by relevance
711 ir_to_mesa_visitor::try_emit_mad_for_and_not(ir_expression *ir, int try_operand) in try_emit_mad_for_and_not() argument713 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()716 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()
1314 int try_operand) in try_emit_mad_for_and_not() argument1316 const int other_operand = 1 - try_operand; in try_emit_mad_for_and_not()1319 ir_expression *expr = ir->operands[try_operand]->as_expression(); in try_emit_mad_for_and_not()