Lines Matching refs:folded_casts
2112 tree version, bool *folded_casts) in analyze_scalar_evolution_in_loop() argument
2136 if (folded_casts) in analyze_scalar_evolution_in_loop()
2137 *folded_casts = false; in analyze_scalar_evolution_in_loop()
2141 ev = resolve_mixers (use_loop, tmp, folded_casts); in analyze_scalar_evolution_in_loop()
2743 resolve_mixers (class loop *loop, tree chrec, bool *folded_casts) in resolve_mixers() argument
2756 if (folded_casts && !*folded_casts) in resolve_mixers()
2757 *folded_casts = fold_conversions; in resolve_mixers()
3207 bool folded_casts; in simple_iv_with_niters() local
3219 &folded_casts); in simple_iv_with_niters()
3251 iv->no_overflow = !folded_casts && nowrap_type_p (type); in simple_iv_with_niters()
3541 bool folded_casts; in final_value_replacement_loop() local
3543 &folded_casts); in final_value_replacement_loop()
3586 if (folded_casts && ANY_INTEGRAL_TYPE_P (TREE_TYPE (def)) in final_value_replacement_loop()