struct specific_intval

Declaration

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:672

Member Variables

public llvm::APInt Val

Method Overview

Methods

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

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

Templates

ITy

Parameters

ITy* V

specific_intval(llvm::APInt V)

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

Parameters

llvm::APInt V