Searched refs:jCount (Results 1 – 2 of 2) sorted by relevance
3 ; void foo(int iCount, int c, int jCount)11 ; for (j = 0; j < jCount; j++) {17 ; CHECK: %[[ZeroTripChk:.*]] = icmp sgt i32 %jCount, 064 define void @foo(i32 %iCount, i32 %c, i32 %jCount) {70 %cmp220 = icmp sgt i32 %jCount, 071 %wide.trip.count = zext i32 %jCount to i64
181 int32_t jCount = CalendarTest::testLocaleCount(); in TestDateFormatRoundTrip() local182 for (int32_t j=0; j < jCount; ++j) { in TestDateFormatRoundTrip()