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

GIntrinsic_match [constructor]

Construct an intrinsic matcher from argument sub‐patterns.

match

Match Op if it is the expected GIntrinsic with matching arguments.

Data Members

Name

Description

Operands

Sub‐patterns for the intrinsic's leading argument operands.

Non-Member Functions

Name

Description

m_GIntrinsic

Matches a GIntrinsic with ID IntrID and the given argument sub‐patterns.

Created with MrDocs