Searched refs:LIndices (Results 1 – 1 of 1) sorted by relevance
588 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations() local590 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()592 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()593 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()599 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations() local601 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()603 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()604 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()