Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp714 ArrayRef<unsigned> LIndices = IVI->getIndices(); in cmpOperations() local
716 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()
718 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()
719 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()
725 ArrayRef<unsigned> LIndices = EVI->getIndices(); in cmpOperations() local
727 if (int Res = cmpNumbers(LIndices.size(), RIndices.size())) in cmpOperations()
729 for (size_t i = 0, e = LIndices.size(); i != e; ++i) { in cmpOperations()
730 if (int Res = cmpNumbers(LIndices[i], RIndices[i])) in cmpOperations()