Searched refs:abs_expr (Results 1 – 1 of 1) sorted by relevance
634 ir_expression *abs_expr = add_expr->operands[j]->as_expression(); in handle_expression() local635 if (!abs_expr || abs_expr->operation != ir_unop_abs) in handle_expression()642 if (abs_expr->operands[0]->equals(sign_expr->operands[0])) { in handle_expression()643 return trunc(add(abs_expr->operands[0], in handle_expression()