Searched refs:host_eq (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c3865 tree host_eq = make_ssa_name (boolean_type_node); local
3867 (host_eq, EQ_EXPR, arg0, build_int_cst (TREE_TYPE (arg0), val_host));
3879 (result, BIT_IOR_EXPR, host_eq, dev_eq);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc4062 tree host_eq = make_ssa_name (boolean_type_node); local
4064 (host_eq, EQ_EXPR, arg0, build_int_cst (TREE_TYPE (arg0), val_host));
4076 (result, BIT_IOR_EXPR, host_eq, dev_eq);

Completed in 270 milliseconds