Searched refs:LIndices (Results 1 – 1 of 1) sorted by relevance
991 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations() local993 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()995 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()996 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()1001 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations() local1003 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()1005 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()1006 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()