Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h246 MatchIntrinsicTypes_NoMatchRet = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp1042 return MatchIntrinsicTypes_NoMatchRet; in matchIntrinsicSignature()
1054 return I < NumDeferredReturnChecks ? MatchIntrinsicTypes_NoMatchRet in matchIntrinsicSignature()
H A DVerifier.cpp5538 Check(Res != Intrinsic::MatchIntrinsicTypes_NoMatchRet, in visitIntrinsicCall()