Searched refs:strides_int (Results 1 – 1 of 1) sorted by relevance
1936 int64_t strides_int = strides_attr.getValue<APInt>(0).getSExtValue(); in fold() local1950 begin_int = (strides_int > 0) ? 0 : rank - 1; in fold()1953 end_int = (strides_int > 0) ? rank : -1; in fold()1962 if (strides_int > 0) { in fold()1972 if ((end_int > begin_int && strides_int > 0) || in fold()1973 (end_int < begin_int && strides_int < 0)) { in fold()1975 for (int64_t i = begin_int; (strides_int > 0) ? i < end_int : i > end_int; in fold()1976 i += strides_int) { in fold()