LLVM 22.0.0git
llvm::SCEVPatternMatch::is_specific_signed_cst Struct Reference

#include "llvm/Analysis/ScalarEvolutionPatternMatch.h"

Public Member Functions

 is_specific_signed_cst (int64_t C)
bool isValue (const APInt &C) const

Public Attributes

int64_t CV

Detailed Description

Definition at line 119 of file ScalarEvolutionPatternMatch.h.

Constructor & Destructor Documentation

◆ is_specific_signed_cst()

llvm::SCEVPatternMatch::is_specific_signed_cst::is_specific_signed_cst ( int64_t C)
inline

Definition at line 121 of file ScalarEvolutionPatternMatch.h.

References llvm::CallingConv::C, and CV.

Member Function Documentation

◆ isValue()

bool llvm::SCEVPatternMatch::is_specific_signed_cst::isValue ( const APInt & C) const
inline

Definition at line 122 of file ScalarEvolutionPatternMatch.h.

References llvm::CallingConv::C, and CV.

Member Data Documentation

◆ CV

int64_t llvm::SCEVPatternMatch::is_specific_signed_cst::CV

Definition at line 120 of file ScalarEvolutionPatternMatch.h.

Referenced by is_specific_signed_cst(), and isValue().


The documentation for this struct was generated from the following file: