Searched refs:cstype (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | fold-const.c | 6257 tree cstype = (*signed_type_for) (ctype); in extract_muldiv_1() local 6258 if ((t1 = extract_muldiv (op0, c, code, cstype, strict_overflow_p)) in extract_muldiv_1() 6261 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1)); in extract_muldiv_1()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | fold-const.c | 5726 tree cstype = (*signed_type_for) (ctype); in extract_muldiv_1() local 5727 if ((t1 = extract_muldiv (op0, c, code, cstype, strict_overflow_p)) in extract_muldiv_1() 5730 t1 = fold_build1 (tcode, cstype, fold_convert (cstype, t1)); in extract_muldiv_1()
|