LLVM 19.0.0git
Enumerations
ScalarEvolutionNormalization.cpp File Reference
#include "llvm/Analysis/ScalarEvolutionNormalization.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/Analysis/ScalarEvolution.h"
#include "llvm/Analysis/ScalarEvolutionExpressions.h"

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.