Match against the nested pattern, and capture the instruction if we match.
Synopsis
Declared in <llvm/IR/PatternMatch.h>
template<typename Pattern>
auto
m_Instruction(
Instruction*& I,
Pattern const& P);
Return Value
A matcher for against the nested pattern, and capture the instruction if we match.
Parameters
Name |
Description |
I |
Reference that receives the matched Instruction. |
P |
The nested pattern to match. |
Created with MrDocs