Searched refs:cmpTypes (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 343 int cmpTypes(Type *TyL, Type *TyR) const; 472 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 613 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 664 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() 679 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 683 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() 694 return cmpTypes(ATyL->getElementType(), ATyR->getElementType()); in cmpTypes() 715 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() 726 cmpTypes(L->getOperand(i)->getType(), R->getOperand(i)->getType())) in cmpOperations() 957 if (int Res = cmpTypes(OpL->getType(), OpR->getType())) in compare() [all …]
|