Searched refs:matchIntrinsicType (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Function.cpp | 1445 static bool matchIntrinsicType( in matchIntrinsicType() function 1482 matchIntrinsicType(VT->getElementType(), Infos, ArgTys, in matchIntrinsicType() 1499 return matchIntrinsicType(PT->getNonOpaquePointerElementType(), Infos, in matchIntrinsicType() 1523 if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys, in matchIntrinsicType() 1608 return matchIntrinsicType(EltTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType() 1725 if (matchIntrinsicType(FTy->getReturnType(), Infos, ArgTys, DeferredChecks, in matchIntrinsicSignature() 1732 if (matchIntrinsicType(Ty, Infos, ArgTys, DeferredChecks, false)) in matchIntrinsicSignature() 1737 if (matchIntrinsicType(Check.first, Check.second, ArgTys, DeferredChecks, in matchIntrinsicSignature()
|