HomeSort by: relevance | last modified time | path
    Searched defs:t_bitcast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 1613 tree t_bitcast = build1 (VIEW_CONVERT_EXPR, t_dst_type, t_expr); local
1615 set_tree_location (t_bitcast, loc);
1616 return new rvalue (this, t_bitcast);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 1448 tree t_bitcast = build1 (VIEW_CONVERT_EXPR, t_dst_type, t_expr); local
1450 set_tree_location (t_bitcast, loc);
1451 return new rvalue (this, t_bitcast);

Completed in 18 milliseconds