Searched defs:rhs2_type (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-cfg.c | 3821 tree rhs2_type = TREE_TYPE (rhs2); in verify_gimple_assign_binary() local 4189 tree rhs2_type = TREE_TYPE (rhs2); in verify_gimple_assign_ternary() local
|
H A D | tree-vect-patterns.c | 4236 tree lhs = NULL_TREE, rhs1, rhs2, tmp, rhs1_type, rhs2_type; in vect_recog_mask_conversion_pattern() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-cfg.cc | 3846 tree rhs2_type = TREE_TYPE (rhs2); in verify_gimple_assign_binary() local 4233 tree rhs2_type = TREE_TYPE (rhs2); in verify_gimple_assign_ternary() local
|
H A D | tree-vect-patterns.cc | 4599 tree lhs = NULL_TREE, rhs1, rhs2, tmp, rhs1_type, rhs2_type; in vect_recog_mask_conversion_pattern() local
|