Lines Matching defs:hwi
4825 static tree hwi;
4827 if (!hwi)
4836 hwi = maybe_get_identifier ("__gcc_host_wide_int__");
4837 if (!hwi)
4842 hwi = identifier_global_value (hwi);
4843 if (!hwi || TREE_CODE (hwi) != TYPE_DECL)
4848 hwi = DECL_ORIGINAL_TYPE (hwi);
4849 gcc_assert (hwi);
4850 if (hwi != long_integer_type_node && hwi != long_long_integer_type_node)
4865 if (hwi == long_integer_type_node)
4867 else if (hwi == long_long_integer_type_node)
4881 static tree hwi;
4884 if (!hwi)
4892 if ((hwi = maybe_get_identifier ("__gcc_host_wide_int__")))
4894 hwi = identifier_global_value (hwi);
4895 if (hwi)
4897 if (TREE_CODE (hwi) != TYPE_DECL)
4900 hwi = 0;
4904 hwi = DECL_ORIGINAL_TYPE (hwi);
4905 gcc_assert (hwi);
4906 if (hwi != long_integer_type_node
4907 && hwi != long_long_integer_type_node)
4911 hwi = 0;
4921 if (hwi)
4925 if (hwi == long_integer_type_node)
4927 else if (hwi == long_long_integer_type_node)