Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp802 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations() local
804 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()
806 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()
807 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()
812 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations() local
814 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()
816 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()
817 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()