Searched refs:matchIntrinsicType (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/IR/ |
| D | Function.cpp | 1525 static bool matchIntrinsicType( in matchIntrinsicType() function 1562 matchIntrinsicType(VT->getElementType(), Infos, ArgTys, in matchIntrinsicType() 1579 return matchIntrinsicType(PT->getNonOpaquePointerElementType(), Infos, in matchIntrinsicType() 1603 if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys, in matchIntrinsicType() 1688 return matchIntrinsicType(EltTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType() 1805 if (matchIntrinsicType(FTy->getReturnType(), Infos, ArgTys, DeferredChecks, in matchIntrinsicSignature() 1812 if (matchIntrinsicType(Ty, Infos, ArgTys, DeferredChecks, false)) in matchIntrinsicSignature() 1817 if (matchIntrinsicType(Check.first, Check.second, ArgTys, DeferredChecks, in matchIntrinsicSignature()
|