Searched refs:cmpTypes (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs() 222 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 421 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 484 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 499 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 512 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 547 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() 564 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() 735 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm() 816 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 320 int cmpTypes(Type *TyL, Type *TyR) const;
|
| /llvm-project-15.0.7/llvm/unittests/Transforms/Utils/ |
| H A D | FunctionComparatorTest.cpp | 94 return cmpTypes(TyL, TyR); in testCmpTypes()
|