Searched refs:MHSl (Results 1 – 1 of 1) sorted by relevance
1089 ListInit *MHSl = dyn_cast<ListInit>(MHS); in ForeachHelper() local1102 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()