m_MInstr overloads

Synopses

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

Binds the matched defining instruction to MI.

Binds the matched defining instruction to const MI.

Return Value

  • A matcher that binds the matched defining instruction to MI.

  • A matcher that binds the matched defining instruction to const MI.

Parameters

Name

Description

MI

Output that receives the matched MachineInstr.

Created with MrDocs