Matching or combinator.
Synopsis
Declared in <llvm/Support/PatternMatchHelpers.h>
template<
typename Ty,
typename... Tys>
struct match_combine_or<Ty, Tys...>
: match_combine_or<Tys...>
Base Classes
Name |
Description |
Matching or combinator leaf case. |
Member Functions
Name |
Description |
|
Construct an or‐combinator from |
Match if |