Matcher for a GIntrinsic with a fixed intrinsic ID and argument patterns.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>
template<
Intrinsic::ID IntrID,
typename... OpMatchers>
struct GIntrinsic_match;
Member Functions
Name |
Description |
|
Construct an intrinsic matcher from argument sub‐patterns. |
Match |
Data Members
Name |
Description |
Sub‐patterns for the intrinsic's leading argument operands. |
Non-Member Functions
Name |
Description |
Matches a GIntrinsic with ID IntrID and the given argument sub‐patterns. |
Created with MrDocs