Match if we have a specific specified value.
Synopsis
Declared in <llvm/IR/PatternMatch.h>
specificval_ty
m_Specific(Value const* V);
Return Value
A matcher for the specific value V.
Parameters
Name |
Description |
V |
The specific value that must be matched. |
Created with MrDocs