Searched refs:cmpTypes (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs() 282 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 433 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpConstants() 523 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 571 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() 586 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 590 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() 601 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 614 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 649 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 125 /// Stage 0: If types are equal in terms of cmpTypes, then we can go straight 315 int cmpTypes(Type *TyL, Type *TyR) const;
|