Searched refs:cmpTypes (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 128 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs() 214 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 413 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 461 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() 476 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 480 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() 491 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 504 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 539 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() 550 cmpTypes(L->getOperand(i)->getType(), R->getOperand(i)->getType())) in cmpOperations() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 320 int cmpTypes(Type *TyL, Type *TyR) const;
|