Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree.c4657 bool constant, read_only, side_effects, div_by_zero; in build2() local
4701 div_by_zero = integer_zerop (arg1); in build2()
4704 div_by_zero = false; in build2()
4724 TREE_CONSTANT (t) = constant && !div_by_zero; in build2()