Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPatternMatch.h1719 struct IntrinsicID_match { struct
1722 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) {} in IntrinsicID_match() argument
1742 using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>; argument
1769 template <Intrinsic::ID IntrID> inline IntrinsicID_match m_Intrinsic() {
1770 return IntrinsicID_match(IntrID);