|
LLVM 22.0.0git
|
Represents the integer values for a converted IV. More...
Public Attributes | |
| int64_t | InitValue |
| int64_t | IncrValue |
| int64_t | ExitValue |
| CmpInst::Predicate | NewPred |
Represents the integer values for a converted IV.
Definition at line 228 of file IndVarSimplify.cpp.
| int64_t IntegerIV::ExitValue |
Definition at line 231 of file IndVarSimplify.cpp.
Referenced by canonicalizeToIntegerIV().
| int64_t IntegerIV::IncrValue |
Definition at line 230 of file IndVarSimplify.cpp.
Referenced by canonicalizeToIntegerIV().
| int64_t IntegerIV::InitValue |
Definition at line 229 of file IndVarSimplify.cpp.
Referenced by canonicalizeToIntegerIV().
| CmpInst::Predicate IntegerIV::NewPred |
Definition at line 232 of file IndVarSimplify.cpp.
Referenced by canonicalizeToIntegerIV().