Searched refs:MHSl (Results 1 – 3 of 3) sorted by relevance
1064 if (ListInit *MHSl = dyn_cast<ListInit>(MHS)) { in ForeachHelper() local1065 SmallVector<Init *, 8> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()1140 ListInit *MHSl = dyn_cast<ListInit>(MHS); in Fold() local1142 bool MHSok = MHSl || isa<UnsetInit>(MHS); in Fold()1148 if (MHSok && RHSok && (!MHSl || !RHSl || MHSl->size() == RHSl->size())) { in Fold()1150 unsigned Size = MHSl ? MHSl->size() : RHSl->size(); in Fold()1152 Init *Node = MHSl ? MHSl->getElement(i) : UnsetInit::get(); in Fold()
1058 ListInit *MHSl = dynamic_cast<ListInit*>(MHS); in ForeachHelper() local1075 if ((MHSd && DagType) || (MHSl && ListType)) { in ForeachHelper()1104 if (MHSl) { in ForeachHelper()1106 std::vector<Init *> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()1129 return ListInit::get(NewList, MHSl->getType()); in ForeachHelper()
1016 ListInit *MHSl = dyn_cast<ListInit>(MHS); in ForeachHelper() local1017 if (MHSl && isa<ListRecTy>(Type)) { in ForeachHelper()1019 std::vector<Init *> NewList(MHSl->begin(), MHSl->end()); in ForeachHelper()1037 return ListInit::get(NewList, MHSl->getType()); in ForeachHelper()