struct specific_intval

Declaration

template <bool AllowUndefs>
struct specific_intval { /* full declaration omitted */ };

Description

Match a specified integer value or vector of all elements of that value.

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

Templates

bool AllowUndefs

Member Variables

public llvm::APInt Val

Method Overview

Methods

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

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

Templates

ITy

Parameters

ITy* V

specific_intval<AllowUndefs>(llvm::APInt V)

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

Parameters

llvm::APInt V