Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIntrinsics.h177 MatchIntrinsicTypes_NoMatchArg = 2, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DIntrinsics.h217 MatchIntrinsicTypes_NoMatchArg = 2, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1375 return MatchIntrinsicTypes_NoMatchArg; in matchIntrinsicSignature()
1382 : MatchIntrinsicTypes_NoMatchArg; in matchIntrinsicSignature()
DVerifier.cpp4282 Assert(Res != Intrinsic::MatchIntrinsicTypes_NoMatchArg, in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
DFunction.cpp1813 return MatchIntrinsicTypes_NoMatchArg; in matchIntrinsicSignature()
1820 : MatchIntrinsicTypes_NoMatchArg; in matchIntrinsicSignature()
DVerifier.cpp4934 Check(Res != Intrinsic::MatchIntrinsicTypes_NoMatchArg, in visitIntrinsicCall()