llvm::PatternMatch::Exact_match

Matches a possibly-exact operator that is marked exact.

Synopsis

Declared in <llvm/IR/PatternMatch.h>

template<typename SubPattern_t>
struct Exact_match;

Member Functions

NameDescription
Exact_match [constructor]Construct an exactness wrapper around SP.
match Match V if it is exact and SubPattern matches.

Data Members

NameDescription
SubPattern Nested sub-pattern applied after the exactness check.

Non-Member Functions

NameDescription
m_ExactMatches SubPattern only when the operator is marked exact.