LLVM 22.0.0git
ScalarEvolutionNormalization.cpp File Reference

Go to the source code of this file.

Enumerations

enum  TransformKind { Normalize , Denormalize }
 TransformKind - Different types of transformations that TransformForPostIncUse can do. More...

Enumeration Type Documentation

◆ 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.