Searched refs:CountAndVT (Results 1 – 1 of 1) sorted by relevance
1005 for (auto CountAndVT : zip_first(RegCount, RegVTs)) { in getRegsAndSizes() local1006 unsigned RegCount = std::get<0>(CountAndVT); in getRegsAndSizes()1007 MVT RegisterVT = std::get<1>(CountAndVT); in getRegsAndSizes()