Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DPatternMatch.h1188 struct IntrinsicID_match { struct
1190 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) {} in IntrinsicID_match() argument
1210 typedef match_combine_and<IntrinsicID_match, Argument_match<T0>> Ty; argument
1229 template <Intrinsic::ID IntrID> inline IntrinsicID_match m_Intrinsic() {
1230 return IntrinsicID_match(IntrID);