Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp136 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs()
270 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
424 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpConstants()
503 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator
566 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes()
581 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes()
594 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes()
629 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations()
646 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations()
815 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h315 int cmpTypes(Type *TyL, Type *TyR) const;