Searched defs:LoopIterationSpace (Results 1 – 1 of 1) sorted by relevance
7667 struct LoopIterationSpace final { struct7670 bool IsStrictCompare = false;7672 Expr *PreCond = nullptr;7675 Expr *NumIterations = nullptr;7677 Expr *CounterVar = nullptr;7679 Expr *PrivateCounterVar = nullptr;7681 Expr *CounterInit = nullptr;7684 Expr *CounterStep = nullptr;7686 bool Subtract = false;7688 SourceRange InitSrcRange;[all …]