Searched refs:ForeachListValue (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/TableGen/
H A DTGParser.h163 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
H A DTGParser.cpp1749 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { argument
1772 ForeachListValue = dyn_cast<ListInit>(List);
1773 if (!ForeachListValue) {
1777 RecTy *ValueType = ForeachListValue->getType();
1811 ForeachListValue = ListInit::get(Values, IterType);

Completed in 50 milliseconds