struct match_combine_or

Declaration

template <typename LTy, typename RTy>
struct match_combine_or { /* full declaration omitted */ };

Description

Matching combinators

Declared at: llvm/include/llvm/IR/PatternMatch.h:112

Templates

LTy
RTy

Member Variables

public LTy L
public RTy R

Method Overview

Methods

template <typename ITy>
bool match(ITy* V)

Declared at: llvm/include/llvm/IR/PatternMatch.h:118

Templates

ITy

Parameters

ITy* V

match_combine_or<LTy, RTy>(const LTy& Left,
                           const RTy& Right)

Declared at: llvm/include/llvm/IR/PatternMatch.h:116

Parameters

const LTy& Left
const RTy& Right