Searched refs:cmpTypes (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 401 int cmpTypes(Type *TyL, Type *TyR) const; 607 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 803 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 830 return cmpTypes(VTyL->getElementType(), VTyR->getElementType()); in cmpTypes() 859 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() 874 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 878 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() 889 return cmpTypes(ATyL->getElementType(), ATyR->getElementType()); in cmpTypes() 910 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() 918 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() [all …]
|