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

/external/llvm/lib/TableGen/
H A DTGParser.h166 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
H A DTGParser.cpp1744 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { argument
1767 ForeachListValue = dyn_cast<ListInit>(List);
1768 if (!ForeachListValue) {
1772 RecTy *ValueType = ForeachListValue->getType();
1806 ForeachListValue = ListInit::get(Values, IterType);

Completed in 59 milliseconds