Searched refs:typed_zero (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.c | 712 tree typed_zero = fold_build1 (CONVERT_EXPR, in as_truth_value() local 716 set_tree_location (typed_zero, loc); in as_truth_value() 718 expr = build2 (NE_EXPR, integer_type_node, expr, typed_zero); in as_truth_value()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.cc | 1021 tree typed_zero = fold_build1 (CONVERT_EXPR, in as_truth_value() local 1025 set_tree_location (typed_zero, loc); in as_truth_value() 1028 NE_EXPR, integer_type_node, expr, typed_zero); in as_truth_value()
|