LLVM: lib/Analysis/ScalarEvolutionNormalization.cpp File Reference (original) (raw)
Go to the source code of this file.
| Enumerations | |
|---|---|
| enum | TransformKind { Normalize, Denormalize } |
| TransformKind - Different types of transformations that TransformForPostIncUse can do. More... |
◆ TransformKind
TransformKind - Different types of transformations that TransformForPostIncUse can do.
| Enumerator | |
|---|---|
| Normalize | Normalize - Normalize according to the given loops. |
| Denormalize | Denormalize - Perform the inverse transform on the expression with the given loop set. |
Definition at line 22 of file ScalarEvolutionNormalization.cpp.