Searched defs:LoopIterationSpace (Results 1 – 1 of 1) sorted by relevance
7714 struct LoopIterationSpace final { struct7717 bool IsStrictCompare = false;7719 Expr *PreCond = nullptr;7722 Expr *NumIterations = nullptr;7724 Expr *CounterVar = nullptr;7726 Expr *PrivateCounterVar = nullptr;7728 Expr *CounterInit = nullptr;7731 Expr *CounterStep = nullptr;7733 bool Subtract = false;7735 SourceRange InitSrcRange;[all …]