Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.h176 MatchIntrinsicTypes_NoMatchRet = 1, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIntrinsics.h216 MatchIntrinsicTypes_NoMatchRet = 1, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1369 return MatchIntrinsicTypes_NoMatchRet; in matchIntrinsicSignature()
1381 return I < NumDeferredReturnChecks ? MatchIntrinsicTypes_NoMatchRet in matchIntrinsicSignature()
DVerifier.cpp4280 Assert(Res != Intrinsic::MatchIntrinsicTypes_NoMatchRet, in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DFunction.cpp1807 return MatchIntrinsicTypes_NoMatchRet; in matchIntrinsicSignature()
1819 return I < NumDeferredReturnChecks ? MatchIntrinsicTypes_NoMatchRet in matchIntrinsicSignature()
DVerifier.cpp4932 Check(Res != Intrinsic::MatchIntrinsicTypes_NoMatchRet, in visitIntrinsicCall()