Searched refs:ArrayLoopCommonExprs (Results 1 – 1 of 1) sorted by relevance
7616 SmallVector<Expr*, 4> ArrayLoopCommonExprs; in Perform() local8194 ArrayLoopCommonExprs.push_back(BaseExpr); in Perform()8199 assert(!ArrayLoopCommonExprs.empty() && in Perform()8201 Expr *Common = ArrayLoopCommonExprs.pop_back_val(); in Perform()