Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc1472 build_new_int_cst (tree type, const wide_int &cst) in build_new_int_cst() function
1590 t = build_new_int_cst (type, tmp.coeffs[0]); in force_fit_type()
1596 coeffs[i] = build_new_int_cst (type, tmp.coeffs[i]); in force_fit_type()
1668 t = build_new_int_cst (type, cst); in cache_wide_int_in_type_cache()
1817 tree nt = build_new_int_cst (type, cst); in wide_int_to_tree_1()
DChangeLog-2015885 (build_new_int_cst): If cst.get_precision is not a multiple
DChangeLog-201440138 (get_int_cst_ext_nunits, build_new_int_cst, build_int_cstu): New.