struct apint_match

Declaration

struct apint_match { /* full declaration omitted */ };

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

Member Variables

public const llvm::APInt*& Res
public bool AllowUndef

Method Overview

  • public apint_match(const llvm::APInt *& Res, bool AllowUndef)
  • public template <typename ITy>bool match(ITy * V)

Methods

apint_match(const llvm::APInt*& Res,
            bool AllowUndef)

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

Parameters

const llvm::APInt*& Res
bool AllowUndef

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

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

Templates

ITy

Parameters

ITy* V