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