Home
last modified time | relevance | path

Searched refs:MHSl (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/TableGen/
DRecord.cpp1061 ListInit *MHSl = dyn_cast<ListInit>(MHS); in ForeachHelper() local
1074 if ((MHSd && isa<DagRecTy>(Type)) || (MHSl && isa<ListRecTy>(Type))) { in ForeachHelper()
1103 if (MHSl) { in ForeachHelper()
1105 std::vector<Init *> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()
1128 return ListInit::get(NewList, MHSl->getType()); in ForeachHelper()