Searched defs:LoopIterationSpace (Results 1 – 1 of 1) sorted by relevance
7127 struct LoopIterationSpace final { struct7130 bool IsStrictCompare = false;7132 Expr *PreCond = nullptr;7135 Expr *NumIterations = nullptr;7137 Expr *CounterVar = nullptr;7139 Expr *PrivateCounterVar = nullptr;7141 Expr *CounterInit = nullptr;7144 Expr *CounterStep = nullptr;7146 bool Subtract = false;7148 SourceRange InitSrcRange;[all …]