Match a deferred const Value* determined later in the same match expression.
Declared in <llvm/IR/PatternMatch.h>
match_deferred<Value const>
m_Deferred(Value const const*& V);
A matcher for a deferred const Value* determined later in the same match expression.
| Name | Description |
|---|---|
| V | Reference to the Value* populated during matching. |