Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfold-const.cc13034 int inner_width, outer_width; in fold_ternary_loc() local
13038 outer_width = TYPE_PRECISION (TREE_TYPE (arg1)); in fold_ternary_loc()
13039 if (outer_width > TYPE_PRECISION (type)) in fold_ternary_loc()
13040 outer_width = TYPE_PRECISION (type); in fold_ternary_loc()
13043 (inner_width, outer_width - inner_width, false, in fold_ternary_loc()