struct AnyUnaryOp_match

Declaration

template <typename OP_t>
struct AnyUnaryOp_match { /* full declaration omitted */ };

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

Templates

OP_t

Member Variables

public OP_t X

Method Overview

Methods

AnyUnaryOp_match<OP_t>(const OP_t& X)

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

Parameters

const OP_t& X

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

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

Templates

OpTy

Parameters

OpTy* V