LLVM 22.0.0git
IntegerIV Struct Reference

Represents the integer values for a converted IV. More...

Public Attributes

int64_t InitValue
int64_t IncrValue
int64_t ExitValue
CmpInst::Predicate NewPred

Detailed Description

Represents the integer values for a converted IV.

Definition at line 228 of file IndVarSimplify.cpp.

Member Data Documentation

◆ ExitValue

int64_t IntegerIV::ExitValue

Definition at line 231 of file IndVarSimplify.cpp.

Referenced by canonicalizeToIntegerIV().

◆ IncrValue

int64_t IntegerIV::IncrValue

Definition at line 230 of file IndVarSimplify.cpp.

Referenced by canonicalizeToIntegerIV().

◆ InitValue

int64_t IntegerIV::InitValue

Definition at line 229 of file IndVarSimplify.cpp.

Referenced by canonicalizeToIntegerIV().

◆ NewPred

CmpInst::Predicate IntegerIV::NewPred

Definition at line 232 of file IndVarSimplify.cpp.

Referenced by canonicalizeToIntegerIV().


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