Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c8930 tree mult_type; in fold_unary_loc() local
8932 mult_type = type; in fold_unary_loc()
8934 mult_type = unsigned_type_for (type); in fold_unary_loc()
8936 if (TYPE_PRECISION (mult_type) < TYPE_PRECISION (TREE_TYPE (op0))) in fold_unary_loc()
8938 tem = fold_build2_loc (loc, MULT_EXPR, mult_type, in fold_unary_loc()
8939 fold_convert_loc (loc, mult_type, in fold_unary_loc()
8941 fold_convert_loc (loc, mult_type, in fold_unary_loc()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc9552 tree mult_type; in fold_unary_loc() local
9554 mult_type = type; in fold_unary_loc()
9556 mult_type = unsigned_type_for (type); in fold_unary_loc()
9558 if (TYPE_PRECISION (mult_type) < TYPE_PRECISION (TREE_TYPE (op0))) in fold_unary_loc()
9560 tem = fold_build2_loc (loc, MULT_EXPR, mult_type, in fold_unary_loc()
9561 fold_convert_loc (loc, mult_type, in fold_unary_loc()
9563 fold_convert_loc (loc, mult_type, in fold_unary_loc()
H A DChangeLog-20081121 operands to mult_type if it isn't narrower than op0's type.