Matches a possibly-exact operator that is marked exact.
Declared in <llvm/IR/PatternMatch.h>
template<typename SubPattern_t>
struct Exact_match;
| Name | Description |
|---|---|
Exact_match [constructor] | Construct an exactness wrapper around SP. |
match | Match V if it is exact and SubPattern matches. |
| Name | Description |
|---|---|
SubPattern | Nested sub-pattern applied after the exactness check. |
| Name | Description |
|---|---|
m_Exact | Matches SubPattern only when the operator is marked exact. |