LLVM: FloatingPointIV Struct Reference (original) (raw)
Represents a floating-point induction variable pattern that may be convertible to integer form. More...
| Public Attributes | |
|---|---|
| APFloat | InitValue |
| APFloat | IncrValue |
| APFloat | ExitValue |
| FCmpInst * | Compare |
| BinaryOperator * | Add |
Detailed Description
Represents a floating-point induction variable pattern that may be convertible to integer form.
Definition at line 214 of file IndVarSimplify.cpp.
Constructor & Destructor Documentation
Member Data Documentation
◆ Add
◆ Compare
◆ ExitValue
◆ IncrValue
◆ InitValue
The documentation for this struct was generated from the following file:
- lib/Transforms/Scalar/IndVarSimplify.cpp