Home | History | Annotate | Download | only in jit

Lines Matching defs:t_expr

1360   tree t_expr = expr->as_tree ();
1361 t_expr = fold_const_var (t_expr);
1365 t_ret = targetm.convert_to_type (t_dst_type, t_expr);
1373 t_ret = convert_to_integer (t_dst_type, t_expr);
1379 /* For now, convert to: (t_expr != 0) */
1381 t_expr,
1382 build_int_cst (TREE_TYPE (t_expr), 0));
1386 t_ret = convert_to_real (t_dst_type, t_expr);
1390 t_ret = build1 (NOP_EXPR, t_dst_type, t_expr);
1396 debug_tree (t_expr);
1435 tree t_expr = expr->as_tree ();
1443 debug_tree (t_expr);
1448 tree t_bitcast = build1 (VIEW_CONVERT_EXPR, t_dst_type, t_expr);
2162 tree t_expr = expr->as_tree ();
2163 tree t_type = TREE_TYPE (t_expr);
2178 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body);