Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.h216 MatchIntrinsicTypes_NoMatchRet = 1, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1576 return MatchIntrinsicTypes_NoMatchRet; in matchIntrinsicSignature()
1588 return I < NumDeferredReturnChecks ? MatchIntrinsicTypes_NoMatchRet in matchIntrinsicSignature()
H A DVerifier.cpp4594 Assert(Res != Intrinsic::MatchIntrinsicTypes_NoMatchRet, in visitIntrinsicCall()