Match if we have a specific specified value.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

specificval_ty
m_Specific(Value const* V);

Return Value

Matcher for specified Value*.

Parameters

Name

Description

V

LLVM Value Representation

Created with MrDocs