Home
last modified time | relevance | path

Searched defs:IntrinsicID_match (Results 1 – 2 of 2) 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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1522 struct IntrinsicID_match { struct
1525 IntrinsicID_match(Intrinsic::ID IntrID) : ID(IntrID) {} in IntrinsicID_match() argument
1545 using Ty = match_combine_and<IntrinsicID_match, Argument_match<T0>>; argument