Lines Matching defs:loopIndices
338 FailureOr<llvm::SmallSet<unsigned, 2>> loopIndices =
340 if (failed(loopIndices))
344 if (loopIndices->empty())
346 if (loopIndices->size() == 1) {
347 unsigned loopIdx = *loopIndices->begin();
356 if (loopIndices->size() > 1) {
358 for (unsigned loopIdx : *loopIndices) {
457 FailureOr<llvm::SmallSet<unsigned, 2>> loopIndices =
459 if (failed(loopIndices))
462 for (unsigned loopIdx : *loopIndices) {