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

/freebsd-11.0-release/contrib/gcc/
H A Dtree-ssa-reassoc.c619 operand_entry_t oelast = VEC_last (operand_entry_t, *ops); local
621 if (oelast->rank == 0 && INTEGRAL_TYPE_P (TREE_TYPE (oelast->op)))
626 if (integer_zerop (oelast->op))
638 VEC_safe_push (operand_entry_t, heap, *ops, oelast);
642 else if (integer_all_onesp (oelast->op))
654 if (integer_all_onesp (oelast->op))
666 VEC_safe_push (operand_entry_t, heap, *ops, oelast);
670 else if (integer_zerop (oelast->op))
682 if (integer_zerop (oelast
741 operand_entry_t oelast = NULL; local
[all...]

Completed in 79 milliseconds