Searched refs:cmpTypes (Results 1 – 2 of 2) sorted by relevance
/openbsd/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 493 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) 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() 573 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() 744 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm() 825 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks() [all …]
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 320 int cmpTypes(Type *TyL, Type *TyR) const;
|