Home
last modified time | relevance | path

Searched refs:div_if_zero_remainder (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const.h120 extern tree div_if_zero_remainder (const_tree, const_tree);
H A Dfold-const.c177 div_if_zero_remainder (const_tree arg1, const_tree arg2) in div_if_zero_remainder() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-ssa-forwprop.c722 && (tmp = div_if_zero_remainder (EXACT_DIV_EXPR, in forward_propagate_addr_into_variable_array_index()
H A Dtree.h5355 extern tree div_if_zero_remainder (enum tree_code, const_tree, const_tree);
H A Dfold-const.c185 div_if_zero_remainder (enum tree_code code, const_tree arg1, const_tree arg2) in div_if_zero_remainder() function
6924 tree tmp = div_if_zero_remainder (EXACT_DIV_EXPR, op1, step); in try_move_mult_to_index()
6996 tree tmp = div_if_zero_remainder (EXACT_DIV_EXPR, op1, step); in try_move_mult_to_index()
H A Dtree-cfg.c3587 || !div_if_zero_remainder (EXACT_DIV_EXPR, rhs2, in verify_gimple_assign_binary()