|
Polly 22.0.0git
|
Enumerations | |
| enum | TYPE { INT , PARAM , IV , INVALID } |
| The type of a SCEV. More... | |
| enum SCEVType::TYPE |
The type of a SCEV.
To check for the validity of a SCEV we assign to each SCEV a type. The possible types are INT, PARAM, IV and INVALID. The order of the types is important. The subexpressions of SCEV with a type X can only have a type that is smaller or equal than X.
| Enumerator | |
|---|---|
| INT | |
| PARAM | |
| IV | |
| INVALID | |
Definition at line 22 of file SCEVValidator.cpp.