Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp698 if (auto *CBL = dyn_cast<CallBase>(L)) { in cmpOperations() local
700 if (int Res = cmpNumbers(CBL->getCallingConv(), CBR->getCallingConv())) in cmpOperations()
702 if (int Res = cmpAttrs(CBL->getAttributes(), CBR->getAttributes())) in cmpOperations()
704 if (int Res = cmpOperandBundlesSchema(*CBL, *CBR)) in cmpOperations()