Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp106 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator
297 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
737 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()
739 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
839 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
847 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h326 int cmpMem(StringRef L, StringRef R) const;
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DFunctionComparatorTest.cpp103 cmpMem("2", "3"); in testCmpPrimitives()