Home | History | Annotate | Download | only in IR

Lines Matching refs:Stack

2236         SmallVector<const ConstantExpr *, 4> Stack;
2238 Stack.push_back(CE);
2240 while (!Stack.empty()) {
2241 const ConstantExpr *V = Stack.pop_back_val();
2249 Stack.push_back(Op);