Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp142 if (int Res = cmpTypes(TyL, TyR)) in cmpAttrs()
298 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
449 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpConstants()
537 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator
585 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes()
600 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes()
604 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes()
615 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes()
628 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes()
663 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h317 LLVM_ABI int cmpTypes(Type *TyL, Type *TyR) const;