Home
last modified time | relevance | path

Searched refs:LIndices (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp996 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations() local
998 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()
1000 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()
1001 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()
1007 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations() local
1009 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()
1011 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()
1012 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()