Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIntrinsics.h221 MatchIntrinsicTypes_NoMatchRet = 1, enumerator
/llvm-project-15.0.7/llvm/lib/IR/
H A DFunction.cpp1727 return MatchIntrinsicTypes_NoMatchRet; in matchIntrinsicSignature()
1739 return I < NumDeferredReturnChecks ? MatchIntrinsicTypes_NoMatchRet in matchIntrinsicSignature()
H A DVerifier.cpp4840 Check(Res != Intrinsic::MatchIntrinsicTypes_NoMatchRet, in visitIntrinsicCall()