Searched refs:INTCOUNT (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dpragma-loop.cpp66 #define INTCOUNT 2 macro
71 #pragma clang loop vectorize_width(VECWIDTH) interleave_count(INTCOUNT)
108 const T ICount = INTCOUNT;
127 #pragma clang loop vectorize_width(V * 2 + VECWIDTH) interleave_count(I * 2 + INTCOUNT) unroll_count(U * 2 + UNROLLCOUNT)
148 #undef INTCOUNT macro

Completed in 90 milliseconds