Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp106 int FunctionComparator::cmpMem(StringRef L, StringRef R) const { in cmpMem() function in FunctionComparator
357 return cmpMem(SeqL->getRawDataValues(), SeqR->getRawDataValues()); in cmpConstants()
837 if (int Res = cmpMem(L->getAsmString(), R->getAsmString())) in cmpInlineAsm()
839 if (int Res = cmpMem(L->getConstraintString(), R->getConstraintString())) in cmpInlineAsm()
954 if (int Res = cmpMem(FnL->getGC(), FnR->getGC())) in compareSignature()
962 if (int Res = cmpMem(FnL->getSection(), FnR->getSection())) in compareSignature()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h321 int cmpMem(StringRef L, StringRef R) const;