struct cst_pred_ty

Declaration

template <typename Predicate>
struct cst_pred_ty { /* full declaration omitted */ };

Description

This helper class is used to match scalar and vector integer constants that satisfy a specified predicate. For vector constants, undefined elements are ignored.

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

Templates

Predicate

Method Overview

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

Methods

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

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

Templates

ITy

Parameters

ITy* V