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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-math-opts.c559 tree div_rhs1 = gimple_assign_rhs1 (stmt); local
562 || TREE_CODE (div_rhs1) != REAL_CST
563 || !real_equal (&TREE_REAL_CST (div_rhs1), &dconst1))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-math-opts.cc580 tree div_rhs1 = gimple_assign_rhs1 (stmt); local
583 || TREE_CODE (div_rhs1) != REAL_CST
584 || !real_equal (&TREE_REAL_CST (div_rhs1), &dconst1))

Completed in 113 milliseconds