Searched defs:LoopIterationSpace (Results 1 – 1 of 1) sorted by relevance
7757 struct LoopIterationSpace final { struct7760 bool IsStrictCompare = false;7762 Expr *PreCond = nullptr;7765 Expr *NumIterations = nullptr;7767 Expr *CounterVar = nullptr;7769 Expr *PrivateCounterVar = nullptr;7771 Expr *CounterInit = nullptr;7774 Expr *CounterStep = nullptr;7776 bool Subtract = false;7778 SourceRange InitSrcRange;[all …]