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

/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-dom.c441 hashable_expr_equal_p (const struct hashable_expr *expr0, argument
444 tree type0 = expr0->type;
461 if (expr0->kind != expr1->kind)
464 switch (expr0->kind)
467 return operand_equal_p (expr0->ops.single.rhs,
471 if (expr0->ops.unary.op != expr1->ops.unary.op)
474 if ((CONVERT_EXPR_CODE_P (expr0->ops.unary.op)
475 || expr0->ops.unary.op == NON_LVALUE_EXPR)
476 && TYPE_UNSIGNED (expr0->type) != TYPE_UNSIGNED (expr1->type))
479 return operand_equal_p (expr0
[all...]

Completed in 100 milliseconds