Searched refs:cmpTypes (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | FunctionComparator.cpp | 123 return cmpTypes(TyL, TyR); in cmpAttrs() 208 int TypesRes = cmpTypes(TyL, TyR); in cmpConstants() 406 int FunctionComparator::cmpTypes(Type *TyL, Type *TyR) const { in cmpTypes() function in FunctionComparator 454 if (int Res = cmpTypes(STyL->getElementType(i), STyR->getElementType(i))) in cmpTypes() 469 if (int Res = cmpTypes(FTyL->getReturnType(), FTyR->getReturnType())) in cmpTypes() 473 if (int Res = cmpTypes(FTyL->getParamType(i), FTyR->getParamType(i))) in cmpTypes() 485 return cmpTypes(STyL->getElementType(), STyR->getElementType()); in cmpTypes() 520 if (int Res = cmpTypes(L->getType(), R->getType())) in cmpOperations() 531 cmpTypes(L->getOperand(i)->getType(), R->getOperand(i)->getType())) in cmpOperations() 537 if (int Res = cmpTypes(AI->getAllocatedType(), in cmpOperations() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | FunctionComparator.h | 320 int cmpTypes(Type *TyL, Type *TyR) const;
|