struct BinOpPred_match

Declaration

template <typename LHS_t, typename RHS_t, typename Predicate>
struct BinOpPred_match { /* full declaration omitted */ };

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

Templates

LHS_t
RHS_t
Predicate

Member Variables

public LHS_t L
public RHS_t R

Method Overview

Methods

BinOpPred_match<LHS_t, RHS_t, Predicate>(
    const LHS_t& LHS,
    const RHS_t& RHS)

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

Parameters

const LHS_t& LHS
const RHS_t& RHS

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

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

Templates

OpTy

Parameters

OpTy* V