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; 615 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 811 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 838 return cmpTypes(VTyL->getElementType(), VTyR->getElementType()); in cmpTypes() 867 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() 882 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 886 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() 897 return cmpTypes(ATyL->getElementType(), ATyR->getElementType()); in cmpTypes() 918 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() 929 cmpTypes(L->getOperand(i)->getType(), R->getOperand(i)->getType())) in cmpOperations() [all …]
|