struct And

Declaration

template <typename... Preds>
struct And { /* full declaration omitted */ };

Description

Matching combinators.

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:72

Templates

Preds

Method Overview

  • public template <typename MatchSrc>bool match(const llvm::MachineRegisterInfo & MRI, MatchSrc && src)

Methods

ΒΆtemplate <typename MatchSrc>
bool match(const llvm::MachineRegisterInfo& MRI,
           MatchSrc&& src)

Declared at: llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h:74

Templates

MatchSrc

Parameters

const llvm::MachineRegisterInfo& MRI
MatchSrc&& src