Home
last modified time | relevance | path

Searched refs:sign_expr (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp636 ir_expression *sign_expr = ir->operands[i]->as_expression(); in handle_expression() local
639 if (!sign_expr || sign_expr->operation != ir_unop_sign || in handle_expression()
656 if (abs_expr->operands[0]->equals(sign_expr->operands[0])) { in handle_expression()
658 mul(sign_expr, point_five))); in handle_expression()