enum TransformKind
Description
TransformKind - Different types of transformations that TransformForPostIncUse can do.
Declared at: llvm/lib/Analysis/ScalarEvolutionNormalization.cpp:21
Enumerators
Name | Value | Comment |
---|---|---|
Normalize | 0 | Normalize - Normalize according to the given loops. |
Denormalize | 1 | Denormalize - Perform the inverse transform on the expression with the given loop set. |