llvm::MIPatternMatch::m_GIntrinsic

Binds the defining instruction if it is a const GIntrinsic.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>

GInstrBind<GIntrinsic const>
m_GIntrinsic(GIntrinsic const*& Inst);

Return Value

A matcher that binds the defining instruction if it is a const GIntrinsic.

Parameters

NameDescription
InstOutput that receives the matched GIntrinsic.