struct match_unless

Declaration

template <typename Ty>
struct match_unless { /* full declaration omitted */ };

Description

Inverting matcher

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

Templates

Ty

Member Variables

public Ty M

Method Overview

Methods

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

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

Templates

ITy

Parameters

ITy* V

match_unless<Ty>(const Ty& Matcher)

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

Parameters

const Ty& Matcher