Home
last modified time | relevance | path

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

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