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);

Return Value

A matcher for against the nested pattern, and capture the value if we match.

Parameters

Name

Description

V

Reference that receives the matched Value.

P

The nested pattern to match.

Created with MrDocs