Searched refs:strides_int (Results 1 – 1 of 1) sorted by relevance
2076 int64_t strides_int = strides_attr.getValues<APInt>()[0].getSExtValue(); in fold() local2090 begin_int = (strides_int > 0) ? 0 : rank - 1; in fold()2093 end_int = (strides_int > 0) ? rank : -1; in fold()2102 if (strides_int > 0) { in fold()2112 if ((end_int > begin_int && strides_int > 0) || in fold()2113 (end_int < begin_int && strides_int < 0)) { in fold()2115 for (int64_t i = begin_int; (strides_int > 0) ? i < end_int : i > end_int; in fold()2116 i += strides_int) { in fold()