Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1448 tree t_bitcast = build1 (VIEW_CONVERT_EXPR, t_dst_type, t_expr); in new_bitcast() local
1450 set_tree_location (t_bitcast, loc); in new_bitcast()
1451 return new rvalue (this, t_bitcast); in new_bitcast()