Searched refs:op_expr (Results 1 – 1 of 1) sorted by relevance
190 ir_expression *op_expr[2] = {NULL, NULL}; in handle_expression() local200 op_expr[i] = ir->operands[i]->as_expression(); in handle_expression()210 if (op_expr[0] == NULL) in handle_expression()213 switch (op_expr[0]->operation) { in handle_expression()233 op_expr[0]->operands[0], in handle_expression()234 op_expr[0]->operands[1]); in handle_expression()396 if (op_expr[0] && op_expr[0]->operation == ir_unop_rcp) { in handle_expression()398 return op_expr[0]->operands[0]; in handle_expression()407 if (op_expr[0] && op_expr[0]->operation == ir_unop_sqrt) { in handle_expression()410 op_expr[0]->operands[0]->type, in handle_expression()[all …]