HomeSort by: relevance | last modified time | path
    Searched refs:poly_int_cst_value (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 898 poly_wide_int::from (poly_int_cst_value (x),
tree.cc 3280 return poly_int_cst_value (t).force_shwi ();
3289 return poly_int_cst_value (t).force_uhwi ();
6648 return known_eq (poly_widest_int::from (poly_int_cst_value (t1),
6650 poly_widest_int::from (poly_int_cst_value (t2),
tree.h 6210 poly_int_cst_value (const_tree x) function
6259 return poly_int_cst_value (t);
cfgexpand.cc 4550 return immed_wide_int_const (poly_int_cst_value (exp), mode);
fold-const.cc 1810 return wide_int_to_tree (type, ~poly_int_cst_value (arg0));
2303 poly_wide_int::from (poly_int_cst_value (arg1),
expr.cc 10822 return immed_wide_int_const (poly_int_cst_value (exp), mode);
  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 926 poly_wide_int::from (poly_int_cst_value (x),
tree.h 6522 poly_int_cst_value (const_tree x) function
6571 return poly_int_cst_value (t);
tree.cc 3319 return poly_int_cst_value (t).force_shwi ();
3328 return poly_int_cst_value (t).force_uhwi ();
6716 return known_eq (poly_widest_int::from (poly_int_cst_value (t1),
6718 poly_widest_int::from (poly_int_cst_value (t2),
cfgexpand.cc 4577 return immed_wide_int_const (poly_int_cst_value (exp), mode);
fold-const.cc 1961 return wide_int_to_tree (type, ~poly_int_cst_value (arg0));
2466 poly_wide_int::from (poly_int_cst_value (arg1),
expr.cc 11636 return immed_wide_int_const (poly_int_cst_value (exp), mode);

Completed in 122 milliseconds