Searched refs:inner_expr (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp870 ir_expression *inner_expr = op_expr[op]; local in function:ir_algebraic_visitor::handle_expression
875 if (!inner_expr || !outer_const || (inner_expr->operation != op_cond))
879 if (!inner_expr->operands[0]->as_constant() &&
880 !inner_expr->operands[1]->as_constant())
887 ir_rvalue *x = inner_expr->operands[minmax_op];
888 ir_rvalue *y = inner_expr->operands[1 - minmax_op];
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_algebraic.cpp871 ir_expression *inner_expr = op_expr[op]; local in function:ir_algebraic_visitor::handle_expression
876 if (!inner_expr || !outer_const || (inner_expr->operation != op_cond))
880 if (!inner_expr->operands[0]->as_constant() &&
881 !inner_expr->operands[1]->as_constant())
888 ir_rvalue *x = inner_expr->operands[minmax_op];
889 ir_rvalue *y = inner_expr->operands[1 - minmax_op];

Completed in 4 milliseconds