enum TransformKind

Description

TransformKind - Different types of transformations that TransformForPostIncUse can do.

Declared at: llvm/lib/Analysis/ScalarEvolutionNormalization.cpp:21

Enumerators

NameValueComment
Normalize0Normalize - Normalize according to the given loops.
Denormalize1Denormalize - Perform the inverse transform on the expression with the given loop set.