Match a const value, capturing it if we match.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

match_bind<Value const>
m_Value(Value const*& V);

Return Value

A matcher for a const value, capturing it if we match.

Parameters

Name

Description

V

Reference that receives the matched Value.

Created with MrDocs