Home | History | Annotate | Download | only in TableGen

Lines Matching refs:LetStack

1894   for (unsigned i = 0, e = LetStack.size(); i != e; ++i)
1895 for (unsigned j = 0, e = LetStack[i].size(); j != e; ++j)
1896 if (SetValue(CurRec, LetStack[i][j].Loc, LetStack[i][j].Name,
1897 LetStack[i][j].Bits, LetStack[i][j].Value))
2153 LetStack.push_back(LetInfo);
2181 LetStack.pop_back();