Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h2052 struct IntrinsicID_match { struct
2055 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) {} in IntrinsicID_match() argument
2075 using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>; argument