Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-structalias.c3258 tree forzero; in get_constraint_for_component_ref() local
3262 forzero = t; in get_constraint_for_component_ref()
3263 while (handled_component_p (forzero) in get_constraint_for_component_ref()
3264 || INDIRECT_REF_P (forzero) in get_constraint_for_component_ref()
3265 || TREE_CODE (forzero) == MEM_REF) in get_constraint_for_component_ref()
3266 forzero = TREE_OPERAND (forzero, 0); in get_constraint_for_component_ref()
3268 if (CONSTANT_CLASS_P (forzero) && integer_zerop (forzero)) in get_constraint_for_component_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-structalias.cc3265 tree forzero; in get_constraint_for_component_ref() local
3269 forzero = t; in get_constraint_for_component_ref()
3270 while (handled_component_p (forzero) in get_constraint_for_component_ref()
3271 || INDIRECT_REF_P (forzero) in get_constraint_for_component_ref()
3272 || TREE_CODE (forzero) == MEM_REF) in get_constraint_for_component_ref()
3273 forzero = TREE_OPERAND (forzero, 0); in get_constraint_for_component_ref()
3275 if (CONSTANT_CLASS_P (forzero) && integer_zerop (forzero)) in get_constraint_for_component_ref()