Binds a G_UNMERGE_VALUES defining instruction.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>
GInstrBind<GUnmerge>
m_GUnmerge(GUnmerge*& Inst);
Return Value
A matcher that binds a G_UNMERGE_VALUES defining instruction.
Parameters
Name |
Description |
Inst |
Output that receives the matched GUnmerge. |
Created with MrDocs