Home | History | Annotate | Download | only in gcc

Lines Matching defs:cdef_arg1

1995       tree cdef_arg1[2], cdef_arg2[2], def_arg2_alt[2];
2008 &cdef_arg1[i], &cdef_arg2[i]);
2010 && INTEGRAL_TYPE_P (TREE_TYPE (cdef_arg1[i]))
2011 && TYPE_PRECISION (TREE_TYPE (cdef_arg1[i]))
2013 && type_has_mode_precision_p (TREE_TYPE (cdef_arg1[i])))
2015 def_arg2_alt[i] = cdef_arg1[i];
2019 &cdef_arg1[i], &cdef_arg2[i]);
2028 && tree_fits_shwi_p (cdef_arg1[i])
2029 && tree_to_shwi (cdef_arg1[i]) == TYPE_PRECISION (rtype)
2074 && TREE_CODE (cdef_arg1[i]) == SSA_NAME
2080 defcodefor_name (cdef_arg1[i], &code, &tem, NULL);
2127 && TREE_CODE (cdef_arg1[1 - i]) == SSA_NAME)
2129 if (tem == cdef_arg1[1 - i]
2130 || tem2 == cdef_arg1[1 - i])
2136 defcodefor_name (cdef_arg1[1 - i], &code, &tem3, NULL);