Home
last modified time | relevance | path

Searched refs:cmpTypes (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp128 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
476 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) 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()
556 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations()
729 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm()
810 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h320 int cmpTypes(Type *TyL, Type *TyR) const;