Searched refs:get_left_most_expr (Results 1 – 1 of 1) sorted by relevance
683 static struct expression *get_left_most_expr(struct expression *expr) in get_left_most_expr() function693 return get_left_most_expr(expr->left); in get_left_most_expr()742 left = get_left_most_expr(expr->left); in handle_comparison()743 right = get_left_most_expr(expr->right); in handle_comparison()