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

/external/llvm/lib/TableGen/
H A DTGParser.h161 VarInit *ParseForeachDeclaration(ListInit *&ForeachListValue);
H A DTGParser.cpp1707 VarInit *TGParser::ParseForeachDeclaration(ListInit *&ForeachListValue) { argument
1730 ForeachListValue = dyn_cast<ListInit>(List);
1731 if (ForeachListValue == 0) {
1735 RecTy *ValueType = ForeachListValue->getType();
1769 ForeachListValue = ListInit::get(Values, IterType);

Completed in 55 milliseconds