Searched refs:LIndices (Results 1 – 1 of 1) sorted by relevance
623 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations() local625 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()627 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()628 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()634 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations() local636 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()638 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()639 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()