Searched refs:oelast (Results 1 – 2 of 2) sorted by relevance
1011 operand_entry *oelast = ops->last (); in eliminate_using_constants() local1012 tree type = TREE_TYPE (oelast->op); in eliminate_using_constants()1014 if (oelast->rank == 0 in eliminate_using_constants()1020 if (integer_zerop (oelast->op)) in eliminate_using_constants()1030 ops->quick_push (oelast); in eliminate_using_constants()1034 else if (integer_all_onesp (oelast->op)) in eliminate_using_constants()1046 if (integer_all_onesp (oelast->op)) in eliminate_using_constants()1056 ops->quick_push (oelast); in eliminate_using_constants()1060 else if (integer_zerop (oelast->op)) in eliminate_using_constants()1072 if (integer_zerop (oelast->op) in eliminate_using_constants()[all …]
944 operand_entry *oelast = ops->last (); in eliminate_using_constants() local945 tree type = TREE_TYPE (oelast->op); in eliminate_using_constants()947 if (oelast->rank == 0 in eliminate_using_constants()953 if (integer_zerop (oelast->op)) in eliminate_using_constants()963 ops->quick_push (oelast); in eliminate_using_constants()967 else if (integer_all_onesp (oelast->op)) in eliminate_using_constants()979 if (integer_all_onesp (oelast->op)) in eliminate_using_constants()989 ops->quick_push (oelast); in eliminate_using_constants()993 else if (integer_zerop (oelast->op)) in eliminate_using_constants()1005 if (integer_zerop (oelast->op) in eliminate_using_constants()[all …]