Searched refs:cmpTypes (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs() 222 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 430 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 478 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() 493 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 497 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() 508 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 521 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 556 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() 567 cmpTypes(L->getOperand(i)->getType(), R->getOperand(i)->getType())) in cmpOperations() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 320 int cmpTypes(Type *TyL, Type *TyR) const;
|