Searched refs:MHSl (Results 1 – 1 of 1) sorted by relevance
959 ListInit *MHSl = dyn_cast<ListInit>(MHS); in ForeachHelper() local960 if (MHSl && isa<ListRecTy>(Type)) { in ForeachHelper()962 std::vector<Init *> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()980 return ListInit::get(NewList, MHSl->getType()); in ForeachHelper()