Searched refs:not_zero (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc2396 int_range<1> not_zero = range_nonzero (unsigned_char_type_node); local
2397 ASSERT_TRUE (not_zero == int_range<1> (UCHAR (1), UCHAR (255)));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c3753 rtx not_zero = gen_label_rtx (); local
3754 emit_insn (gen_cbranchsi4 (cond, wavefront, const0_rtx, not_zero));
3756 emit_label (not_zero);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc3987 rtx not_zero = gen_label_rtx (); local
3988 emit_insn (gen_cbranchsi4 (cond, wavefront, const0_rtx, not_zero));
3990 emit_label (not_zero);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc2854 value_range not_zero = range_nonzero (unsigned_char_type_node);
2855 ASSERT_TRUE (not_zero == value_range (UCHAR (1), UCHAR (255)));
2853 value_range not_zero = range_nonzero (unsigned_char_type_node); local

Completed in 217 milliseconds