Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1348 static bool matchIntrinsicType( in matchIntrinsicType() function
1384 matchIntrinsicType(VT->getElementType(), Infos, ArgTys, in matchIntrinsicType()
1390 matchIntrinsicType(PT->getElementType(), Infos, ArgTys, in matchIntrinsicType()
1400 if (matchIntrinsicType(ST->getElementType(i), Infos, ArgTys, in matchIntrinsicType()
1485 return matchIntrinsicType(EltTy, Infos, ArgTys, DeferredChecks, in matchIntrinsicType()
1574 if (matchIntrinsicType(FTy->getReturnType(), Infos, ArgTys, DeferredChecks, in matchIntrinsicSignature()
1581 if (matchIntrinsicType(Ty, Infos, ArgTys, DeferredChecks, false)) in matchIntrinsicSignature()
1586 if (matchIntrinsicType(Check.first, Check.second, ArgTys, DeferredChecks, in matchIntrinsicSignature()