llvm::PatternMatch::m_Deferred

Match a deferred const Value* determined later in the same match expression.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

match_deferred<Value const>
m_Deferred(Value const const*& V);

Return Value

A matcher for a deferred const Value* determined later in the same match expression.

Parameters

NameDescription
VReference to the Value* populated during matching.