Match against the nested pattern, and capture the value if we match.
Synopsis
Declared in <llvm/IR/PatternMatch.h>
template<typename Pattern>
auto
m_Value(
Value*& V,
Pattern const& P);
Parameters
Name |
Description |
V |
LLVM Value Representation |
Created with MrDocs