Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp196 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants()
394 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator
457 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes()
461 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes()
473 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes()
508 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations()
525 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations()
677 if (int Res = cmpTypes(GEPL->getSourceElementType(), in cmpGEPs()
698 if (int Res = cmpTypes(L->getFunctionType(), R->getFunctionType())) in cmpInlineAsm()
779 assert(cmpTypes(OpL->getType(), OpR->getType()) == 0); in cmpBasicBlocks()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h321 int cmpTypes(Type *TyL, Type *TyR) const;