Binds the defining instruction if it is a const GIntrinsic.
Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>
GInstrBind<GIntrinsic const>
m_GIntrinsic(GIntrinsic const*& Inst);
A matcher that binds the defining instruction if it is a const GIntrinsic.
| Name | Description |
|---|---|
| Inst | Output that receives the matched GIntrinsic. |