Home
last modified time | relevance | path

Searched refs:jCount (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Douter_loop_test2.ll3 ; void foo(int iCount, int c, int jCount)
11 ; for (j = 0; j < jCount; j++) {
17 ; CHECK: %[[ZeroTripChk:.*]] = icmp sgt i32 %jCount, 0
64 define void @foo(i32 %iCount, i32 %c, i32 %jCount) {
70 %cmp220 = icmp sgt i32 %jCount, 0
71 %wide.trip.count = zext i32 %jCount to i64
/external/icu/icu4c/source/test/intltest/
Ddtfmtrtts.cpp181 int32_t jCount = CalendarTest::testLocaleCount(); in TestDateFormatRoundTrip() local
182 for (int32_t j=0; j < jCount; ++j) { in TestDateFormatRoundTrip()